#75C079

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

Shades of De York #75C079

Tints of De York #75C079

Color information

#75C079 (or 0x75C079) is unknown color: approx De York. HEX triplet: 75, C0 and 79. RGB value is (117,192,121). Sum of RGB (Red+Green+Blue) = 117+192+121=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #75C079 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C079 is #8A3F86. Grayscale: #A1A1A1. Windows color (decimal): -9060231 or 7979125. OLE color: 7979125.

HSL color Cylindrical-coordinate representation of color #75C079: hue angle of 123.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C079 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB117192121-
CMYK0.3900.370.25
HSL123.2º37.31%60.59%-
HSV(B)123.2º39.06%75.29%-
XYZ29.6442.8624.8-
YUV161.48105.1596.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.21%
GREEN value IS 192 (75.39% from 255) = 44.65%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=27.21%
G=44.65%
B=28.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171921210.3900.370.25123.237.3160.59
Hex75C07927025197b253d
Octal16530017147045311734575
Binary11101011100000011110011001110100101110011111011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75C079; }

 p { color: rgb(117,192,121); }

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

<style>
 a { background-color: #75C079; }

 a { background-color: rgb(117,192,121); }

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

<style>
 span { border-color: #75C079; }

 span { border-color: rgb(117,192,121); }

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