#76C108

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

Shades of Christi #76C108

Tints of Christi #76C108

Color information

#76C108 (or 0x76C108) is unknown color: approx Christi. HEX triplet: 76, C1 and 08. RGB value is (118,193,8). Sum of RGB (Red+Green+Blue) = 118+193+8=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #76C108 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C108 is #893EF7. Grayscale: #969696. Windows color (decimal): -8994552 or 573814. OLE color: 573814.

HSL color Cylindrical-coordinate representation of color #76C108: hue angle of 84.32º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76C108 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1181938-
CMYK0.3900.960.24
HSL84.32º92.04%39.41%-
HSV(B)84.32º95.85%75.69%-
XYZ26.5942.016.94-
YUV149.4848.15105.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 193 (75.78% from 255) = 60.50%
BLUE value IS 8 (3.52% from 255) = 2.51%
R=36.99%
G=60.50%
B=2.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11819380.3900.960.2484.3292.0439.41
Hex76C182706018545c27
Octal166301104701403012413447
Binary1110110110000011000100111011000001100010101001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,193,8); }

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

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

 a { background-color: rgb(118,193,8); }

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

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

 span { border-color: rgb(118,193,8); }

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