#75C678

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

Shades of De York #75C678

Tints of De York #75C678

Color information

#75C678 (or 0x75C678) is unknown color: approx De York. HEX triplet: 75, C6 and 78. RGB value is (117,198,120). Sum of RGB (Red+Green+Blue) = 117+198+120=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #75C678 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C678 is #8A3987. Grayscale: #A5A5A5. Windows color (decimal): -9058696 or 7915125. OLE color: 7915125.

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

Color convert

RGB117198120-
CMYK0.4100.390.22
HSL122.22º41.54%61.76%-
HSV(B)122.22º40.91%77.65%-
XYZ30.9245.5324.93-
YUV164.89102.6693.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 198 (77.73% from 255) = 45.52%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=26.90%
G=45.52%
B=27.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981200.4100.390.22122.2241.5461.76
Hex75C67829027167a2a3e
Octal16530617051047261725276
Binary11101011100011011110001010010100111101101111010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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