#76AE07

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

Shades of Christi #76AE07

Tints of Christi #76AE07

Color information

#76AE07 (or 0x76AE07) is unknown color: approx Christi. HEX triplet: 76, AE and 07. RGB value is (118,174,7). Sum of RGB (Red+Green+Blue) = 118+174+7=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 174 (68.36% from 255 or 58.19% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AE07 is #8951F8. Grayscale: #8A8A8A. Windows color (decimal): -8999417 or 503414. OLE color: 503414.

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

Color convert

RGB1181747-
CMYK0.3200.960.32
HSL80.12º92.27%35.49%-
HSV(B)80.12º95.98%68.24%-
XYZ22.6534.145.6-
YUV138.2253.95113.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 174 (68.36% from 255) = 58.19%
BLUE value IS 7 (3.12% from 255) = 2.34%
R=39.46%
G=58.19%
B=2.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11817470.3200.960.3280.1292.2735.49
Hex76AE72006020505c23
Octal16625674001404012013443
Binary1110110101011101111000000110000010000010100001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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