#76C80A

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

Shades of Christi #76C80A

Tints of Christi #76C80A

Color information

#76C80A (or 0x76C80A) is unknown color: approx Christi. HEX triplet: 76, C8 and 0A. RGB value is (118,200,10). Sum of RGB (Red+Green+Blue) = 118+200+10=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #76C80A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C80A is #8937F5. Grayscale: #9A9A9A. Windows color (decimal): -8992758 or 706678. OLE color: 706678.

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

Color convert

RGB11820010-
CMYK0.4100.950.22
HSL85.89º90.48%41.18%-
HSV(B)85.89º95%78.43%-
XYZ28.1845.187.52-
YUV153.8246.83102.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 200 (78.52% from 255) = 60.98%
BLUE value IS 10 (4.30% from 255) = 3.05%
R=35.98%
G=60.98%
B=3.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118200100.4100.950.2285.8990.4841.18
Hex76C8A2905F16565a29
Octal166310125101372612613251
Binary1110110110010001010101001010111111011010101101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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