#77A618

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

Shades of Christi #77A618

Tints of Christi #77A618

Color information

#77A618 (or 0x77A618) is unknown color: approx Christi. HEX triplet: 77, A6 and 18. RGB value is (119,166,24). Sum of RGB (Red+Green+Blue) = 119+166+24=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #77A618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A618 is #8859E7. Grayscale: #888888. Windows color (decimal): -8935912 or 1615479. OLE color: 1615479.

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

Color convert

RGB11916624-
CMYK0.2800.860.35
HSL79.86º74.74%37.25%-
HSV(B)79.86º85.54%65.1%-
XYZ21.4131.265.77-
YUV135.7664.93116.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 166 (65.23% from 255) = 53.72%
BLUE value IS 24 (9.77% from 255) = 7.77%
R=38.51%
G=53.72%
B=7.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119166240.2800.860.3579.8674.7437.25
Hex77A6181C05623504b25
Octal167246303401264312011345
Binary11101111010011011000111000101011010001110100001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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