#76AE09

Color #76AE09 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #76AE09

Tints of Christi #76AE09

Color information

#76AE09 (or 0x76AE09) is unknown color: approx Christi. HEX triplet: 76, AE and 09. RGB value is (118,174,9). Sum of RGB (Red+Green+Blue) = 118+174+9=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AE09 is #8951F6. Grayscale: #8B8B8B. Windows color (decimal): -8999415 or 634486. OLE color: 634486.

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

Color convert

RGB1181749-
CMYK0.3200.950.32
HSL80.36º90.16%35.88%-
HSV(B)80.36º94.83%68.24%-
XYZ22.6634.145.65-
YUV138.4554.95113.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 174 (68.36% from 255) = 57.81%
BLUE value IS 9 (3.91% from 255) = 2.99%
R=39.20%
G=57.81%
B=2.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11817490.3200.950.3280.3690.1635.88
Hex76AE92005F20505a24
Octal166256114001374012013244
Binary11101101010111010011000000101111110000010100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76AE09;
 }
 .AnyTagClassName
 {
   color: #76AE09;
 }
</style>
background-color css

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

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

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

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

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

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