Html Css Color HEX #77A200 Christi

📋 copy color: '#77A200'

red 119 ◦ green 162 ◦ blue 0

#77A200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #77A200

Tints of Christi #77A200

RGB

 RED value IS 119 (46.88% from 255) = 42.35%

 GREEN value IS 162 (63.67% from 255) = 57.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.35%
G = 57.65%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#77A200 (or 0x77A200) is known color: Christi. HEX triplet: 77, A2 and 00. RGB value is (119,162,0). Sum of RGB (Red+Green+Blue) = 119+162+0=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #77A200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A200 is #885DFF. Grayscale: #838383. Windows color (decimal): -8936960 or 41591. OLE color: 41591.

HSL color Cylindrical-coordinate representation of color #77A200: hue angle of 75.93º 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 #77A200 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 162 0 -
CMYK 0.27 0 1 0.36
HSL 75.93º 1% 0.32% -
HSV(B) 75.93º 1% 0.64% -
XYZ 20.53 29.76 4.66 -
YUV 130.68 54.25 119.67 -
System Red Green Blue C M Y K H S L
Decimal 119 162 0 0.27 0 1 0.36 75.93 1 0.32
Hex 77 A2 0 1B 0 64 24 4C 64 20
Octal 167 242 0 33 0 144 44 114 144 40
Binary 1110111 10100010 0 11011 0 1100100 100100 1001100 1100100 100000

Color Harmonies of #77A200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A200

Black with #77A200

Text Example


Text Example

White with #77A200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77A200;
 }
 .AnyTagClassName
 {
   color: #77A200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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