#76CA07

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

Shades of Christi #76CA07

Tints of Christi #76CA07

Color information

#76CA07 (or 0x76CA07) is unknown color: approx Christi. HEX triplet: 76, CA and 07. RGB value is (118,202,7). Sum of RGB (Red+Green+Blue) = 118+202+7=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 202 (79.30% from 255 or 61.77% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CA07 is #8935F8. Grayscale: #9B9B9B. Windows color (decimal): -8992249 or 510582. OLE color: 510582.

HSL color Cylindrical-coordinate representation of color #76CA07: hue angle of 85.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76CA07 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB1182027-
CMYK0.4200.970.21
HSL85.85º93.3%40.98%-
HSV(B)85.85º96.53%79.22%-
XYZ28.6346.117.59-
YUV154.6544.67101.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 202 (79.30% from 255) = 61.77%
BLUE value IS 7 (3.12% from 255) = 2.14%
R=36.09%
G=61.77%
B=2.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11820270.4200.970.2185.8593.340.98
Hex76CA72A06115565d29
Octal16631275201412512613551
Binary111011011001010111101010011000011010110101101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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