#76C182

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

Shades of De York #76C182

Tints of De York #76C182

Color information

#76C182 (or 0x76C182) is unknown color: approx De York. HEX triplet: 76, C1 and 82. RGB value is (118,193,130). Sum of RGB (Red+Green+Blue) = 118+193+130=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #76C182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C182 is #893E7D. Grayscale: #A3A3A3. Windows color (decimal): -8994430 or 8569206. OLE color: 8569206.

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

Color convert

RGB118193130-
CMYK0.3900.330.24
HSL129.6º37.69%60.98%-
HSV(B)129.6º38.86%75.69%-
XYZ30.5743.627.92-
YUV163.39109.1595.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.76%
GREEN value IS 193 (75.78% from 255) = 43.76%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=26.76%
G=43.76%
B=29.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181931300.3900.330.24129.637.6960.98
Hex76C182270211882263d
Octal16630120247041302024675
Binary1110110110000011000001010011101000011100010000010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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