#759A19

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

Shades of Christi #759A19

Tints of Christi #759A19

Color information

#759A19 (or 0x759A19) is unknown color: approx Christi. HEX triplet: 75, 9A and 19. RGB value is (117,154,25). Sum of RGB (Red+Green+Blue) = 117+154+25=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 154 (60.55% from 255 or 52.03% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 154 - color contains mainly: green. Hex color #759A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759A19 is #8A65E6. Grayscale: #808080. Windows color (decimal): -9070055 or 1677941. OLE color: 1677941.

HSL color Cylindrical-coordinate representation of color #759A19: hue angle of 77.21º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #759A19 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB11715425-
CMYK0.2400.840.40
HSL77.21º72.07%35.1%-
HSV(B)77.21º83.77%60.39%-
XYZ19.0726.965.12-
YUV128.2369.74119.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 154 (60.55% from 255) = 52.03%
BLUE value IS 25 (10.16% from 255) = 8.45%
R=39.53%
G=52.03%
B=8.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117154250.2400.840.4077.2172.0735.1
Hex759A1918054284d4823
Octal165232313001245011511043
Binary11101011001101011001110000101010010100010011011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,154,25); }

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

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

 a { background-color: rgb(117,154,25); }

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

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

 span { border-color: rgb(117,154,25); }

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