#77A316

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

Shades of Christi #77A316

Tints of Christi #77A316

Color information

#77A316 (or 0x77A316) is unknown color: approx Christi. HEX triplet: 77, A3 and 16. RGB value is (119,163,22). Sum of RGB (Red+Green+Blue) = 119+163+22=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #77A316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A316 is #885CE9. Grayscale: #868686. Windows color (decimal): -8936682 or 1483639. OLE color: 1483639.

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

Color convert

RGB11916322-
CMYK0.2700.870.36
HSL78.72º76.22%36.27%-
HSV(B)78.72º86.5%63.92%-
XYZ20.8530.175.48-
YUV133.7764.92117.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 163 (64.06% from 255) = 53.62%
BLUE value IS 22 (8.98% from 255) = 7.24%
R=39.14%
G=53.62%
B=7.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119163220.2700.870.3678.7276.2236.27
Hex77A3161B057244f4c24
Octal167243263301274411711444
Binary11101111010001110110110110101011110010010011111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,163,22); }

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

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

 a { background-color: rgb(119,163,22); }

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

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

 span { border-color: rgb(119,163,22); }

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