#779B06

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

Shades of Christi #779B06

Tints of Christi #779B06

Color information

#779B06 (or 0x779B06) is unknown color: approx Christi. HEX triplet: 77, 9B and 06. RGB value is (119,155,6). Sum of RGB (Red+Green+Blue) = 119+155+6=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #779B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779B06 is #8864F9. Grayscale: #7F7F7F. Windows color (decimal): -8938746 or 433015. OLE color: 433015.

HSL color Cylindrical-coordinate representation of color #779B06: hue angle of 74.5º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #779B06 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB1191556-
CMYK0.2300.960.39
HSL74.5º92.55%31.57%-
HSV(B)74.5º96.13%60.78%-
XYZ19.3627.384.44-
YUV127.2559.57122.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 155 (60.94% from 255) = 55.36%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=42.5%
G=55.36%
B=2.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11915560.2300.960.3974.592.5531.57
Hex779B617060274a5d20
Octal16723362701404711213540
Binary111011110011011110101110110000010011110010101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,155,6); }

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

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

 a { background-color: rgb(119,155,6); }

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

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

 span { border-color: rgb(119,155,6); }

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