Html Css Color HEX #77A50A Christi

📋 copy color: '#77A50A'

red 119 ◦ green 165 ◦ blue 10

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

Shades of Christi #77A50A

Tints of Christi #77A50A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 56.12%

 BLUE value IS 10 (4.3% from 255) = 3.4%

R = 40.48%
G = 56.12%
B = 3.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#77A50A (or 0x77A50A) is known color: Christi. HEX triplet: 77, A5 and 0A. RGB value is (119,165,10). Sum of RGB (Red+Green+Blue) = 119+165+10=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #77A50A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A50A is #885AF5. Grayscale: #868686. Windows color (decimal): -8936182 or 697719. OLE color: 697719.

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

Color convert

RGB 119 165 10 -
CMYK 0.28 0 0.94 0.35
HSL 77.81º 0.89% 0.34% -
HSV(B) 77.81º 0.94% 0.65% -
XYZ 21.12 30.85 5.13 -
YUV 133.58 58.26 117.6 -
System Red Green Blue C M Y K H S L
Decimal 119 165 10 0.28 0 0.94 0.35 77.81 0.89 0.34
Hex 77 A5 A 1C 0 5E 23 4E 59 22
Octal 167 245 12 34 0 136 43 116 131 42
Binary 1110111 10100101 1010 11100 0 1011110 100011 1001110 1011001 100010

Color Harmonies of #77A50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A50A

Black with #77A50A

Text Example


Text Example

White with #77A50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,165,10); }

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

background-color css

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

 a { background-color: rgb(119,165,10); }

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

border-color css

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

 span { border-color: rgb(119,165,10); }

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