Html Css Color HEX #76AA05 Christi

📋 copy color: '#76AA05'

red 118 ◦ green 170 ◦ blue 5

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

Shades of Christi #76AA05

Tints of Christi #76AA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 40.27%
G = 58.02%
B = 1.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#76AA05 (or 0x76AA05) is known color: Christi. HEX triplet: 76, AA and 05. RGB value is (118,170,5). Sum of RGB (Red+Green+Blue) = 118+170+5=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AA05 is #8955FA. Grayscale: #888888. Windows color (decimal): -9000443 or 371318. OLE color: 371318.

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

Color convert

RGB 118 170 5 -
CMYK 0.31 0 0.97 0.33
HSL 78.91º 0.94% 0.34% -
HSV(B) 78.91º 0.97% 0.67% -
XYZ 21.87 32.61 5.29 -
YUV 135.64 54.27 115.42 -
System Red Green Blue C M Y K H S L
Decimal 118 170 5 0.31 0 0.97 0.33 78.91 0.94 0.34
Hex 76 AA 5 1F 0 61 21 4F 5E 22
Octal 166 252 5 37 0 141 41 117 136 42
Binary 1110110 10101010 101 11111 0 1100001 100001 1001111 1011110 100010

Color Harmonies of #76AA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA05

Black with #76AA05

Text Example


Text Example

White with #76AA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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