#77AE01

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

Shades of Christi #77AE01

Tints of Christi #77AE01

Color information

#77AE01 (or 0x77AE01) is unknown color: approx Christi. HEX triplet: 77, AE and 01. RGB value is (119,174,1). Sum of RGB (Red+Green+Blue) = 119+174+1=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 174 (68.36% from 255 or 59.18% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AE01 is #8851FE. Grayscale: #8A8A8A. Windows color (decimal): -8933887 or 110199. OLE color: 110199.

HSL color Cylindrical-coordinate representation of color #77AE01: hue angle of 79.08º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77AE01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1191741-
CMYK0.3200.990.32
HSL79.08º98.86%34.31%-
HSV(B)79.08º99.43%68.24%-
XYZ22.7534.25.43-
YUV137.8350.78114.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 174 (68.36% from 255) = 59.18%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=40.48%
G=59.18%
B=0.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11917410.3200.990.3279.0898.8634.31
Hex77AE120063204f6322
Octal16725614001434011714342
Binary11101111010111011000000110001110000010011111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,174,1); }

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

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

 a { background-color: rgb(119,174,1); }

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

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

 span { border-color: rgb(119,174,1); }

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