Html Css Color HEX #76AA00 Christi

📋 copy color: '#76AA00'

red 118 ◦ green 170 ◦ blue 0

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

Shades of Christi #76AA00

Tints of Christi #76AA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.97%
G = 59.03%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#76AA00 (or 0x76AA00) is known color: Christi. HEX triplet: 76, AA and 00. RGB value is (118,170,0). Sum of RGB (Red+Green+Blue) = 118+170+0=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AA00 is #8955FF. Grayscale: #878787. Windows color (decimal): -9000448 or 43638. OLE color: 43638.

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

Color convert

RGB 118 170 0 -
CMYK 0.31 0 1 0.33
HSL 78.35º 1% 0.33% -
HSV(B) 78.35º 1% 0.67% -
XYZ 21.85 32.6 5.14 -
YUV 135.07 51.77 115.82 -
System Red Green Blue C M Y K H S L
Decimal 118 170 0 0.31 0 1 0.33 78.35 1 0.33
Hex 76 AA 0 1F 0 64 21 4E 64 21
Octal 166 252 0 37 0 144 41 116 144 41
Binary 1110110 10101010 0 11111 0 1100100 100001 1001110 1100100 100001

Color Harmonies of #76AA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA00

Black with #76AA00

Text Example


Text Example

White with #76AA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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