#76C175

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

Shades of De York #76C175

Tints of De York #76C175

Color information

#76C175 (or 0x76C175) is unknown color: approx De York. HEX triplet: 76, C1 and 75. RGB value is (118,193,117). Sum of RGB (Red+Green+Blue) = 118+193+117=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #76C175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C175 is #893E8A. Grayscale: #A2A2A2. Windows color (decimal): -8994443 or 7717238. OLE color: 7717238.

HSL color Cylindrical-coordinate representation of color #76C175: hue angle of 119.21º 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 #76C175 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB118193117-
CMYK0.3900.390.24
HSL119.21º38%60.78%-
HSV(B)119.21º39.38%75.69%-
XYZ29.7543.2823.61-
YUV161.91102.6596.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.57%
GREEN value IS 193 (75.78% from 255) = 45.09%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=27.57%
G=45.09%
B=27.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181931170.3900.390.24119.213860.78
Hex76C175270271877263d
Octal16630116547047301674675
Binary11101101100000111101011001110100111110001110111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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