#76BD0C

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

Shades of Christi #76BD0C

Tints of Christi #76BD0C

Color information

#76BD0C (or 0x76BD0C) is unknown color: approx Christi. HEX triplet: 76, BD and 0C. RGB value is (118,189,12). Sum of RGB (Red+Green+Blue) = 118+189+12=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BD0C is #8942F3. Grayscale: #949494. Windows color (decimal): -8995572 or 834934. OLE color: 834934.

HSL color Cylindrical-coordinate representation of color #76BD0C: hue angle of 84.07º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76BD0C is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB11818912-
CMYK0.3800.940.26
HSL84.07º88.06%39.41%-
HSV(B)84.07º93.65%74.12%-
XYZ25.7440.276.76-
YUV147.5951.48106.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 189 (74.22% from 255) = 59.25%
BLUE value IS 12 (5.08% from 255) = 3.76%
R=36.99%
G=59.25%
B=3.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118189120.3800.940.2684.0788.0639.41
Hex76BDC2605E1A545827
Octal166275144601363212413047
Binary1110110101111011100100110010111101101010101001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,189,12); }

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

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

 a { background-color: rgb(118,189,12); }

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

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

 span { border-color: rgb(118,189,12); }

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