#77A60F

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

Shades of Christi #77A60F

Tints of Christi #77A60F

Color information

#77A60F (or 0x77A60F) is unknown color: approx Christi. HEX triplet: 77, A6 and 0F. RGB value is (119,166,15). Sum of RGB (Red+Green+Blue) = 119+166+15=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #77A60F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A60F is #8859F0. Grayscale: #878787. Windows color (decimal): -8935921 or 1025655. OLE color: 1025655.

HSL color Cylindrical-coordinate representation of color #77A60F: hue angle of 78.68º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77A60F is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB11916615-
CMYK0.2800.910.35
HSL78.68º83.43%35.49%-
HSV(B)78.68º90.96%65.1%-
XYZ21.3331.235.36-
YUV134.7360.43116.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 166 (65.23% from 255) = 55.33%
BLUE value IS 15 (6.25% from 255) = 5%
R=39.67%
G=55.33%
B=5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119166150.2800.910.3578.6883.4335.49
Hex77A6F1C05B234f5323
Octal167246173401334311712343
Binary1110111101001101111111000101101110001110011111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A60F; }

 p { color: rgb(119,166,15); }

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

<style>
 a { background-color: #77A60F; }

 a { background-color: rgb(119,166,15); }

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

<style>
 span { border-color: #77A60F; }

 span { border-color: rgb(119,166,15); }

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