Html Css Color HEX #76AA01 Christi

📋 copy color: '#76AA01'

red 118 ◦ green 170 ◦ blue 1

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

Shades of Christi #76AA01

Tints of Christi #76AA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 40.83%
G = 58.82%
B = 0.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#76AA01 (or 0x76AA01) is known color: Christi. HEX triplet: 76, AA and 01. RGB value is (118,170,1). Sum of RGB (Red+Green+Blue) = 118+170+1=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AA01 is #8955FE. Grayscale: #878787. Windows color (decimal): -9000447 or 109174. OLE color: 109174.

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

Color convert

RGB 118 170 1 -
CMYK 0.31 0 0.99 0.33
HSL 78.46º 0.99% 0.34% -
HSV(B) 78.46º 0.99% 0.67% -
XYZ 21.85 32.6 5.17 -
YUV 135.19 52.27 115.74 -
System Red Green Blue C M Y K H S L
Decimal 118 170 1 0.31 0 0.99 0.33 78.46 0.99 0.34
Hex 76 AA 1 1F 0 63 21 4E 63 22
Octal 166 252 1 37 0 143 41 116 143 42
Binary 1110110 10101010 1 11111 0 1100011 100001 1001110 1100011 100010

Color Harmonies of #76AA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA01

Black with #76AA01

Text Example


Text Example

White with #76AA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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