Html Css Color HEX #76AA13 Christi

📋 copy color: '#76AA13'

red 118 ◦ green 170 ◦ blue 19

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

Shades of Christi #76AA13

Tints of Christi #76AA13

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.37%

 BLUE value IS 19 (7.81% from 255) = 6.19%

R = 38.44%
G = 55.37%
B = 6.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#76AA13 (or 0x76AA13) is known color: Christi. HEX triplet: 76, AA and 13. RGB value is (118,170,19). Sum of RGB (Red+Green+Blue) = 118+170+19=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AA13 is #8955EC. Grayscale: #898989. Windows color (decimal): -9000429 or 1288822. OLE color: 1288822.

HSL color Cylindrical-coordinate representation of color #76AA13: hue angle of 80.66º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76AA13 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 170 19 -
CMYK 0.31 0 0.89 0.33
HSL 80.66º 0.8% 0.37% -
HSV(B) 80.66º 0.89% 0.67% -
XYZ 21.96 32.65 5.76 -
YUV 137.24 61.27 114.28 -
System Red Green Blue C M Y K H S L
Decimal 118 170 19 0.31 0 0.89 0.33 80.66 0.8 0.37
Hex 76 AA 13 1F 0 59 21 51 50 25
Octal 166 252 23 37 0 131 41 121 120 45
Binary 1110110 10101010 10011 11111 0 1011001 100001 1010001 1010000 100101

Color Harmonies of #76AA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA13

Black with #76AA13

Text Example


Text Example

White with #76AA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,170,19); }

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

background-color css

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

 a { background-color: rgb(118,170,19); }

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

border-color css

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

 span { border-color: rgb(118,170,19); }

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