#75BE0E

Color #75BE0E Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #75BE0E

Tints of Christi #75BE0E

Color information

#75BE0E (or 0x75BE0E) is unknown color: approx Christi. HEX triplet: 75, BE and 0E. RGB value is (117,190,14). Sum of RGB (Red+Green+Blue) = 117+190+14=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 190 (74.61% from 255 or 59.19% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BE0E is #8A41F1. Grayscale: #949494. Windows color (decimal): -9060850 or 966261. OLE color: 966261.

HSL color Cylindrical-coordinate representation of color #75BE0E: hue angle of 84.89º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75BE0E is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB11719014-
CMYK0.3800.930.25
HSL84.89º86.27%40%-
HSV(B)84.89º92.63%74.51%-
XYZ25.8340.646.9-
YUV148.1152.32105.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 190 (74.61% from 255) = 59.19%
BLUE value IS 14 (5.86% from 255) = 4.36%
R=36.45%
G=59.19%
B=4.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117190140.3800.930.2584.8986.2740
Hex75BEE2605D19555628
Octal165276164601353112512650
Binary1110101101111101110100110010111011100110101011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BE0E; }

 p { color: rgb(117,190,14); }

 H1.HeaderClassName
 {
   color: #75BE0E;
 }
 .AnyTagClassName
 {
   color: #75BE0E;
 }
</style>
background-color css

<style>
 a { background-color: #75BE0E; }

 a { background-color: rgb(117,190,14); }

 div.DivClassName
 {
   background-color: #75BE0E;
 }
 .BgClassName
 {
   background-color: #75BE0E;
 }
</style>
border-color css

<style>
 span { border-color: #75BE0E; }

 span { border-color: rgb(117,190,14); }

 td.TdClassName
 {
   border-color: #75BE0E;
 }
 .TagClassName
 {
   border-color: #75BE0E;
 }
</style>