#779e00

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

Shades of Christi #779E00

Tints of Christi #779E00

Color information

#779E00 (or 0x779E00) is unknown color: approx Christi. HEX triplet: 77, 9E and 00. RGB value is (119,158,0). Sum of RGB (Red+Green+Blue) = 119+158+0=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #779E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779E00 is #8861FF. Grayscale: #808080. Windows color (decimal): -8937984 or 40567. OLE color: 40567.

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

Color convert

RGB1191580-
CMYK0.25010.38
HSL74.81º100%30.98%-
HSV(B)74.81º100%61.96%-
XYZ19.8328.384.43-
YUV128.3355.58121.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 158 (62.11% from 255) = 57.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.96%
G=57.04%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11915800.25010.3874.8110030.98
Hex779E019064264b641f
Octal16723603101444611314437
Binary111011110011110011001011001001001101001011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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