#75C680

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

Shades of De York #75C680

Tints of De York #75C680

Color information

#75C680 (or 0x75C680) is unknown color: approx De York. HEX triplet: 75, C6 and 80. RGB value is (117,198,128). Sum of RGB (Red+Green+Blue) = 117+198+128=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #75C680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C680 is #8A397F. Grayscale: #A6A6A6. Windows color (decimal): -9058688 or 8439413. OLE color: 8439413.

HSL color Cylindrical-coordinate representation of color #75C680: hue angle of 128.15º 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 #75C680 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB117198128-
CMYK0.4100.350.22
HSL128.15º41.54%61.76%-
HSV(B)128.15º40.91%77.65%-
XYZ31.4345.7327.59-
YUV165.8106.6693.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 198 (77.73% from 255) = 44.70%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=26.41%
G=44.70%
B=28.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981280.4100.350.22128.1541.5461.76
Hex75C6802902316802a3e
Octal16530620051043262005276
Binary1110101110001101000000010100101000111011010000000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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