Html Css Color HEX #77A100 Christi

📋 copy color: '#77A100'

red 119 ◦ green 161 ◦ blue 0

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

Shades of Christi #77A100

Tints of Christi #77A100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 57.5%

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

R = 42.5%
G = 57.5%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#77A100 (or 0x77A100) is known color: Christi. HEX triplet: 77, A1 and 00. RGB value is (119,161,0). Sum of RGB (Red+Green+Blue) = 119+161+0=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 161 (63.28% from 255 or 57.5% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 161 - color contains mainly: green. Hex color #77A100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A100 is #885EFF. Grayscale: #828282. Windows color (decimal): -8937216 or 41335. OLE color: 41335.

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

Color convert

RGB 119 161 0 -
CMYK 0.26 0 1 0.37
HSL 75.65º 1% 0.32% -
HSV(B) 75.65º 1% 0.63% -
XYZ 20.35 29.41 4.6 -
YUV 130.09 54.59 120.09 -
System Red Green Blue C M Y K H S L
Decimal 119 161 0 0.26 0 1 0.37 75.65 1 0.32
Hex 77 A1 0 1A 0 64 25 4C 64 20
Octal 167 241 0 32 0 144 45 114 144 40
Binary 1110111 10100001 0 11010 0 1100100 100101 1001100 1100100 100000

Color Harmonies of #77A100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A100

Black with #77A100

Text Example


Text Example

White with #77A100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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