#77A400

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

Shades of Christi #77A400

Tints of Christi #77A400

Color information

#77A400 (or 0x77A400) is unknown color: approx Christi. HEX triplet: 77, A4 and 00. RGB value is (119,164,0). Sum of RGB (Red+Green+Blue) = 119+164+0=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 164 (64.45% from 255 or 57.95% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 164 - color contains mainly: green. Hex color #77A400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A400 is #885BFF. Grayscale: #848484. Windows color (decimal): -8936448 or 42103. OLE color: 42103.

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

Color convert

RGB1191640-
CMYK0.27010.36
HSL76.46º100%32.16%-
HSV(B)76.46º100%64.31%-
XYZ20.8830.474.78-
YUV131.8553.59118.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 164 (64.45% from 255) = 57.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.05%
G=57.95%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11916400.27010.3676.4610032.16
Hex77A401B064244c6420
Octal16724403301444411414440
Binary1110111101001000110110110010010010010011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,164,0); }

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

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

 a { background-color: rgb(119,164,0); }

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

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

 span { border-color: rgb(119,164,0); }

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