#779A10

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

Shades of Christi #779A10

Tints of Christi #779A10

Color information

#779A10 (or 0x779A10) is unknown color: approx Christi. HEX triplet: 77, 9A and 10. RGB value is (119,154,16). Sum of RGB (Red+Green+Blue) = 119+154+16=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 154 (60.55% from 255 or 53.29% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 154 - color contains mainly: green. Hex color #779A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779A10 is #8865EF. Grayscale: #808080. Windows color (decimal): -8938992 or 1088119. OLE color: 1088119.

HSL color Cylindrical-coordinate representation of color #779A10: hue angle of 75.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #779A10 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB11915416-
CMYK0.2300.900.40
HSL75.22º81.18%33.33%-
HSV(B)75.22º89.61%60.39%-
XYZ19.2627.074.7-
YUV127.864.9121.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 154 (60.55% from 255) = 53.29%
BLUE value IS 16 (6.64% from 255) = 5.54%
R=41.18%
G=53.29%
B=5.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119154160.2300.900.4075.2281.1833.33
Hex779A101705A284b5121
Octal167232202701325011312141
Binary11101111001101010000101110101101010100010010111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779A10; }

 p { color: rgb(119,154,16); }

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

<style>
 a { background-color: #779A10; }

 a { background-color: rgb(119,154,16); }

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

<style>
 span { border-color: #779A10; }

 span { border-color: rgb(119,154,16); }

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