Html Css Color HEX #76A020 Christi

📋 copy color: '#76A020'

red 118 ◦ green 160 ◦ blue 32

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

Shades of Christi #76A020

Tints of Christi #76A020

RGB

 RED value IS 118 (46.48% from 255) = 38.06%

 GREEN value IS 160 (62.89% from 255) = 51.61%

 BLUE value IS 32 (12.89% from 255) = 10.32%

R = 38.06%
G = 51.61%
B = 10.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#76A020 (or 0x76A020) is known color: Christi. HEX triplet: 76, A0 and 20. RGB value is (118,160,32). Sum of RGB (Red+Green+Blue) = 118+160+32=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #76A020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A020 is #895FDF. Grayscale: #858585. Windows color (decimal): -9002976 or 2138230. OLE color: 2138230.

HSL color Cylindrical-coordinate representation of color #76A020: hue angle of 79.69º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76A020 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 160 32 -
CMYK 0.26 0 0.80 0.37
HSL 79.69º 0.67% 0.38% -
HSV(B) 79.69º 0.8% 0.63% -
XYZ 20.3 29.1 5.91 -
YUV 132.85 71.09 117.41 -
System Red Green Blue C M Y K H S L
Decimal 118 160 32 0.26 0 0.80 0.37 79.69 0.67 0.38
Hex 76 A0 20 1A 0 50 25 50 43 26
Octal 166 240 40 32 0 120 45 120 103 46
Binary 1110110 10100000 100000 11010 0 1010000 100101 1010000 1000011 100110

Color Harmonies of #76A020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A020

Black with #76A020

Text Example


Text Example

White with #76A020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A020; }

 p { color: rgb(118,160,32); }

 H1.HeaderClassName
 {
   color: #76A020;
 }
 .AnyTagClassName
 {
   color: #76A020;
 }
</style>

background-color css

<style>
 a { background-color: #76A020; }

 a { background-color: rgb(118,160,32); }

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

border-color css

<style>
 span { border-color: #76A020; }

 span { border-color: rgb(118,160,32); }

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