#77A20E

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

Shades of Christi #77A20E

Tints of Christi #77A20E

Color information

#77A20E (or 0x77A20E) is unknown color: approx Christi. HEX triplet: 77, A2 and 0E. RGB value is (119,162,14). Sum of RGB (Red+Green+Blue) = 119+162+14=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #77A20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A20E is #885DF1. Grayscale: #848484. Windows color (decimal): -8936946 or 959095. OLE color: 959095.

HSL color Cylindrical-coordinate representation of color #77A20E: hue angle of 77.43º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77A20E is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB11916214-
CMYK0.2700.910.36
HSL77.43º84.09%34.51%-
HSV(B)77.43º91.36%63.53%-
XYZ20.6129.795.08-
YUV132.2761.25118.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 162 (63.67% from 255) = 54.92%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=40.34%
G=54.92%
B=4.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119162140.2700.910.3677.4384.0934.51
Hex77A2E1B05B244d5423
Octal167242163301334411512443
Binary1110111101000101110110110101101110010010011011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,162,14); }

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

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

 a { background-color: rgb(119,162,14); }

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

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

 span { border-color: rgb(119,162,14); }

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