#75D689

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

Shades of De York #75D689

Tints of De York #75D689

Color information

#75D689 (or 0x75D689) is unknown color: approx De York. HEX triplet: 75, D6 and 89. RGB value is (117,214,137). Sum of RGB (Red+Green+Blue) = 117+214+137=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #75D689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D689 is #8A2976. Grayscale: #B0B0B0. Windows color (decimal): -9054583 or 9033333. OLE color: 9033333.

HSL color Cylindrical-coordinate representation of color #75D689: hue angle of 132.37º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D689 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB117214137-
CMYK0.4500.360.16
HSL132.37º54.19%64.9%-
HSV(B)132.37º45.33%83.92%-
XYZ35.953.6832.14-
YUV176.22105.8685.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 214 (83.98% from 255) = 45.73%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=25%
G=45.73%
B=29.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172141370.4500.360.16132.3754.1964.9
Hex75D6892D02410843641
Octal165326211550442020466101
Binary11101011101011010001001101101010010010000100001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,214,137); }

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

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

 a { background-color: rgb(117,214,137); }

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

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

 span { border-color: rgb(117,214,137); }

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