Html Css Color HEX #77A512 Christi

📋 copy color: '#77A512'

red 119 ◦ green 165 ◦ blue 18

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

Shades of Christi #77A512

Tints of Christi #77A512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 39.4%
G = 54.64%
B = 5.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#77A512 (or 0x77A512) is known color: Christi. HEX triplet: 77, A5 and 12. RGB value is (119,165,18). Sum of RGB (Red+Green+Blue) = 119+165+18=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #77A512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A512 is #885AED. Grayscale: #878787. Windows color (decimal): -8936174 or 1222007. OLE color: 1222007.

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

Color convert

RGB 119 165 18 -
CMYK 0.28 0 0.89 0.35
HSL 78.78º 0.8% 0.36% -
HSV(B) 78.78º 0.89% 0.65% -
XYZ 21.17 30.88 5.42 -
YUV 134.49 62.26 116.95 -
System Red Green Blue C M Y K H S L
Decimal 119 165 18 0.28 0 0.89 0.35 78.78 0.8 0.36
Hex 77 A5 12 1C 0 59 23 4F 50 24
Octal 167 245 22 34 0 131 43 117 120 44
Binary 1110111 10100101 10010 11100 0 1011001 100011 1001111 1010000 100100

Color Harmonies of #77A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A512

Black with #77A512

Text Example


Text Example

White with #77A512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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