#759E11

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

Shades of Christi #759E11

Tints of Christi #759E11

Color information

#759E11 (or 0x759E11) is unknown color: approx Christi. HEX triplet: 75, 9E and 11. RGB value is (117,158,17). Sum of RGB (Red+Green+Blue) = 117+158+17=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #759E11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759E11 is #8A61EE. Grayscale: #828282. Windows color (decimal): -9069039 or 1154677. OLE color: 1154677.

HSL color Cylindrical-coordinate representation of color #759E11: hue angle of 77.45º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #759E11 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB11715817-
CMYK0.2600.890.38
HSL77.45º80.57%34.31%-
HSV(B)77.45º89.24%61.96%-
XYZ19.6628.284.95-
YUV129.6764.42118.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 158 (62.11% from 255) = 54.11%
BLUE value IS 17 (7.03% from 255) = 5.82%
R=40.07%
G=54.11%
B=5.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117158170.2600.890.3877.4580.5734.31
Hex759E111A059264d5122
Octal165236213201314611512142
Binary11101011001111010001110100101100110011010011011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759E11; }

 p { color: rgb(117,158,17); }

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

<style>
 a { background-color: #759E11; }

 a { background-color: rgb(117,158,17); }

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

<style>
 span { border-color: #759E11; }

 span { border-color: rgb(117,158,17); }

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