#7DBB75

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

Shades of De York #7DBB75

Tints of De York #7DBB75

Color information

#7DBB75 (or 0x7DBB75) is unknown color: approx De York. HEX triplet: 7D, BB and 75. RGB value is (125,187,117). Sum of RGB (Red+Green+Blue) = 125+187+117=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB75 is #82448A. Grayscale: #A0A0A0. Windows color (decimal): -8537227 or 7715709. OLE color: 7715709.

HSL color Cylindrical-coordinate representation of color #7DBB75: hue angle of 113.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DBB75 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB125187117-
CMYK0.3300.370.27
HSL113.14º33.98%59.61%-
HSV(B)113.14º37.43%73.33%-
XYZ29.4441.1823.23-
YUV160.48103.46102.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.14%
GREEN value IS 187 (73.44% from 255) = 43.59%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=29.14%
G=43.59%
B=27.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251871170.3300.370.27113.1433.9859.61
Hex7DBB75210251B71223c
Octal17527316541045331614274
Binary11111011011101111101011000010100101110111110001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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