#75C67E

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

Shades of De York #75C67E

Tints of De York #75C67E

Color information

#75C67E (or 0x75C67E) is unknown color: approx De York. HEX triplet: 75, C6 and 7E. RGB value is (117,198,126). Sum of RGB (Red+Green+Blue) = 117+198+126=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #75C67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C67E is #8A3981. Grayscale: #A5A5A5. Windows color (decimal): -9058690 or 8308341. OLE color: 8308341.

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

Color convert

RGB117198126-
CMYK0.4100.360.22
HSL126.67º41.54%61.76%-
HSV(B)126.67º40.91%77.65%-
XYZ31.345.6826.91-
YUV165.57105.6693.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 198 (77.73% from 255) = 44.90%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=26.53%
G=44.90%
B=28.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981260.4100.360.22126.6741.5461.76
Hex75C67E29024167f2a3e
Octal16530617651044261775276
Binary11101011100011011111101010010100100101101111111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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