#75C684

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

Shades of De York #75C684

Tints of De York #75C684

Color information

#75C684 (or 0x75C684) is unknown color: approx De York. HEX triplet: 75, C6 and 84. RGB value is (117,198,132). Sum of RGB (Red+Green+Blue) = 117+198+132=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #75C684 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C684 is #8A397B. Grayscale: #A6A6A6. Windows color (decimal): -9058684 or 8701557. OLE color: 8701557.

HSL color Cylindrical-coordinate representation of color #75C684: hue angle of 131.11º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C684 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB117198132-
CMYK0.4100.330.22
HSL131.11º41.54%61.76%-
HSV(B)131.11º40.91%77.65%-
XYZ31.745.8429.01-
YUV166.26108.6692.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 198 (77.73% from 255) = 44.30%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=26.17%
G=44.30%
B=29.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981320.4100.330.22131.1141.5461.76
Hex75C6842902116832a3e
Octal16530620451041262035276
Binary1110101110001101000010010100101000011011010000011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,198,132); }

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

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

 a { background-color: rgb(117,198,132); }

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

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

 span { border-color: rgb(117,198,132); }

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