#76B807

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

Shades of Christi #76B807

Tints of Christi #76B807

Color information

#76B807 (or 0x76B807) is unknown color: approx Christi. HEX triplet: 76, B8 and 07. RGB value is (118,184,7). Sum of RGB (Red+Green+Blue) = 118+184+7=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #76B807 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B807 is #8947F8. Grayscale: #909090. Windows color (decimal): -8996857 or 505974. OLE color: 505974.

HSL color Cylindrical-coordinate representation of color #76B807: hue angle of 82.37º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76B807 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1181847-
CMYK0.3600.960.28
HSL82.37º92.67%37.45%-
HSV(B)82.37º96.2%72.16%-
XYZ24.6538.156.27-
YUV144.0950.63109.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 184 (72.27% from 255) = 59.55%
BLUE value IS 7 (3.12% from 255) = 2.27%
R=38.19%
G=59.55%
B=2.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11818470.3600.960.2882.3792.6737.45
Hex76B87240601C525d25
Octal16627074401403412213545
Binary111011010111000111100100011000001110010100101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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