#7DBE75

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

Shades of De York #7DBE75

Tints of De York #7DBE75

Color information

#7DBE75 (or 0x7DBE75) is unknown color: approx De York. HEX triplet: 7D, BE and 75. RGB value is (125,190,117). Sum of RGB (Red+Green+Blue) = 125+190+117=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE75 is #82418A. Grayscale: #A2A2A2. Windows color (decimal): -8536459 or 7716477. OLE color: 7716477.

HSL color Cylindrical-coordinate representation of color #7DBE75: hue angle of 113.42º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DBE75 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB125190117-
CMYK0.3400.380.25
HSL113.42º35.96%60.2%-
HSV(B)113.42º38.42%74.51%-
XYZ30.0842.4723.44-
YUV162.24102.47101.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.94%
GREEN value IS 190 (74.61% from 255) = 43.98%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=28.94%
G=43.98%
B=27.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251901170.3400.380.25113.4235.9660.2
Hex7DBE75220261971243c
Octal17527616542046311614474
Binary11111011011111011101011000100100110110011110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DBE75; }

 p { color: rgb(125,190,117); }

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

<style>
 a { background-color: #7DBE75; }

 a { background-color: rgb(125,190,117); }

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

<style>
 span { border-color: #7DBE75; }

 span { border-color: rgb(125,190,117); }

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