#779E10

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

Shades of Christi #779E10

Tints of Christi #779E10

Color information

#779E10 (or 0x779E10) is unknown color: approx Christi. HEX triplet: 77, 9E and 10. RGB value is (119,158,16). Sum of RGB (Red+Green+Blue) = 119+158+16=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 158 (62.11% from 255 or 53.92% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 158 - color contains mainly: green. Hex color #779E10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779E10 is #8861EF. Grayscale: #828282. Windows color (decimal): -8937968 or 1089143. OLE color: 1089143.

HSL color Cylindrical-coordinate representation of color #779E10: hue angle of 76.48º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #779E10 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB11915816-
CMYK0.2500.900.38
HSL76.48º81.61%34.12%-
HSV(B)76.48º89.87%61.96%-
XYZ19.9328.414.92-
YUV130.1563.58120.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 158 (62.11% from 255) = 53.92%
BLUE value IS 16 (6.64% from 255) = 5.46%
R=40.61%
G=53.92%
B=5.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119158160.2500.900.3876.4881.6134.12
Hex779E101905A264c5222
Octal167236203101324611412242
Binary11101111001111010000110010101101010011010011001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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