Html Css Color HEX #77A510 Christi

📋 copy color: '#77A510'

red 119 ◦ green 165 ◦ blue 16

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

Shades of Christi #77A510

Tints of Christi #77A510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 39.67%
G = 55%
B = 5.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#77A510 (or 0x77A510) is known color: Christi. HEX triplet: 77, A5 and 10. RGB value is (119,165,16). Sum of RGB (Red+Green+Blue) = 119+165+16=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #77A510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A510 is #885AEF. Grayscale: #868686. Windows color (decimal): -8936176 or 1090935. OLE color: 1090935.

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

Color convert

RGB 119 165 16 -
CMYK 0.28 0 0.90 0.35
HSL 78.52º 0.82% 0.35% -
HSV(B) 78.52º 0.9% 0.65% -
XYZ 21.16 30.87 5.33 -
YUV 134.26 61.26 117.12 -
System Red Green Blue C M Y K H S L
Decimal 119 165 16 0.28 0 0.90 0.35 78.52 0.82 0.35
Hex 77 A5 10 1C 0 5A 23 4F 52 23
Octal 167 245 20 34 0 132 43 117 122 43
Binary 1110111 10100101 10000 11100 0 1011010 100011 1001111 1010010 100011

Color Harmonies of #77A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A510

Black with #77A510

Text Example


Text Example

White with #77A510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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