Html Css Color HEX #76AE0A Christi

📋 copy color: '#76AE0A'

red 118 ◦ green 174 ◦ blue 10

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

Shades of Christi #76AE0A

Tints of Christi #76AE0A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 57.62%

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

R = 39.07%
G = 57.62%
B = 3.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#76AE0A (or 0x76AE0A) is known color: Christi. HEX triplet: 76, AE and 0A. RGB value is (118,174,10). Sum of RGB (Red+Green+Blue) = 118+174+10=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AE0A is #8951F5. Grayscale: #8B8B8B. Windows color (decimal): -8999414 or 700022. OLE color: 700022.

HSL color Cylindrical-coordinate representation of color #76AE0A: hue angle of 80.49º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76AE0A is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 174 10 -
CMYK 0.32 0 0.94 0.32
HSL 80.49º 0.89% 0.36% -
HSV(B) 80.49º 0.94% 0.68% -
XYZ 22.66 34.15 5.68 -
YUV 138.56 55.45 113.34 -
System Red Green Blue C M Y K H S L
Decimal 118 174 10 0.32 0 0.94 0.32 80.49 0.89 0.36
Hex 76 AE A 20 0 5E 20 50 59 24
Octal 166 256 12 40 0 136 40 120 131 44
Binary 1110110 10101110 1010 100000 0 1011110 100000 1010000 1011001 100100

Color Harmonies of #76AE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AE0A

Black with #76AE0A

Text Example


Text Example

White with #76AE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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