Html Css Color HEX #76AA0A Christi

📋 copy color: '#76AA0A'

red 118 ◦ green 170 ◦ blue 10

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

Shades of Christi #76AA0A

Tints of Christi #76AA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.36%

R = 39.6%
G = 57.05%
B = 3.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#76AA0A (or 0x76AA0A) is known color: Christi. HEX triplet: 76, AA and 0A. RGB value is (118,170,10). Sum of RGB (Red+Green+Blue) = 118+170+10=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AA0A is #8955F5. Grayscale: #888888. Windows color (decimal): -9000438 or 698998. OLE color: 698998.

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

Color convert

RGB 118 170 10 -
CMYK 0.31 0 0.94 0.33
HSL 79.5º 0.89% 0.35% -
HSV(B) 79.5º 0.94% 0.67% -
XYZ 21.9 32.62 5.43 -
YUV 136.21 56.77 115.01 -
System Red Green Blue C M Y K H S L
Decimal 118 170 10 0.31 0 0.94 0.33 79.5 0.89 0.35
Hex 76 AA A 1F 0 5E 21 50 59 23
Octal 166 252 12 37 0 136 41 120 131 43
Binary 1110110 10101010 1010 11111 0 1011110 100001 1010000 1011001 100011

Color Harmonies of #76AA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA0A

Black with #76AA0A

Text Example


Text Example

White with #76AA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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