#76B506

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

Shades of Christi #76B506

Tints of Christi #76B506

Color information

#76B506 (or 0x76B506) is unknown color: approx Christi. HEX triplet: 76, B5 and 06. RGB value is (118,181,6). Sum of RGB (Red+Green+Blue) = 118+181+6=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 181 (71.09% from 255 or 59.34% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 181 - color contains mainly: green. Hex color #76B506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B506 is #894AF9. Grayscale: #8E8E8E. Windows color (decimal): -8997626 or 439670. OLE color: 439670.

HSL color Cylindrical-coordinate representation of color #76B506: hue angle of 81.6º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76B506 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1181816-
CMYK0.3500.970.29
HSL81.6º93.58%36.67%-
HSV(B)81.6º96.69%70.98%-
XYZ24.0336.916.03-
YUV142.2151.13110.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 181 (71.09% from 255) = 59.34%
BLUE value IS 6 (2.73% from 255) = 1.97%
R=38.69%
G=59.34%
B=1.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11818160.3500.970.2981.693.5836.67
Hex76B56230611D525e25
Octal16626564301413512213645
Binary111011010110101110100011011000011110110100101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,181,6); }

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

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

 a { background-color: rgb(118,181,6); }

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

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

 span { border-color: rgb(118,181,6); }

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