#759B18

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

Shades of Christi #759B18

Tints of Christi #759B18

Color information

#759B18 (or 0x759B18) is unknown color: approx Christi. HEX triplet: 75, 9B and 18. RGB value is (117,155,24). Sum of RGB (Red+Green+Blue) = 117+155+24=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #759B18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759B18 is #8A64E7. Grayscale: #818181. Windows color (decimal): -9069800 or 1612661. OLE color: 1612661.

HSL color Cylindrical-coordinate representation of color #759B18: hue angle of 77.4º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #759B18 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB11715524-
CMYK0.2500.850.39
HSL77.4º73.18%35.1%-
HSV(B)77.4º84.52%60.78%-
XYZ19.2227.295.12-
YUV128.768.91119.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 155 (60.94% from 255) = 52.36%
BLUE value IS 24 (9.77% from 255) = 8.11%
R=39.53%
G=52.36%
B=8.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117155240.2500.850.3977.473.1835.1
Hex759B1819055274d4923
Octal165233303101254711511143
Binary11101011001101111000110010101010110011110011011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,155,24); }

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

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

 a { background-color: rgb(117,155,24); }

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

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

 span { border-color: rgb(117,155,24); }

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