#769A19

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

Shades of Christi #769A19

Tints of Christi #769A19

Color information

#769A19 (or 0x769A19) is unknown color: approx Christi. HEX triplet: 76, 9A and 19. RGB value is (118,154,25). Sum of RGB (Red+Green+Blue) = 118+154+25=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #769A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769A19 is #8965E6. Grayscale: #818181. Windows color (decimal): -9004519 or 1677942. OLE color: 1677942.

HSL color Cylindrical-coordinate representation of color #769A19: hue angle of 76.74º 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 #769A19 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB11815425-
CMYK0.2300.840.40
HSL76.74º72.07%35.1%-
HSV(B)76.74º83.77%60.39%-
XYZ19.227.035.13-
YUV128.5369.57120.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 154 (60.55% from 255) = 51.85%
BLUE value IS 25 (10.16% from 255) = 8.42%
R=39.73%
G=51.85%
B=8.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118154250.2300.840.4076.7472.0735.1
Hex769A1917054284d4823
Octal166232312701245011511043
Binary11101101001101011001101110101010010100010011011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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