#75C179

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

Shades of De York #75C179

Tints of De York #75C179

Color information

#75C179 (or 0x75C179) is unknown color: approx De York. HEX triplet: 75, C1 and 79. RGB value is (117,193,121). Sum of RGB (Red+Green+Blue) = 117+193+121=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #75C179 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C179 is #8A3E86. Grayscale: #A2A2A2. Windows color (decimal): -9059975 or 7979381. OLE color: 7979381.

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

Color convert

RGB117193121-
CMYK0.3900.370.24
HSL123.16º38%60.78%-
HSV(B)123.16º39.38%75.69%-
XYZ29.8643.324.87-
YUV162.07104.8295.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 193 (75.78% from 255) = 44.78%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=27.15%
G=44.78%
B=28.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171931210.3900.370.24123.163860.78
Hex75C17927025187b263d
Octal16530117147045301734675
Binary11101011100000111110011001110100101110001111011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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