#7EBA75

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

Shades of De York #7EBA75

Tints of De York #7EBA75

Color information

#7EBA75 (or 0x7EBA75) is unknown color: approx De York. HEX triplet: 7E, BA and 75. RGB value is (126,186,117). Sum of RGB (Red+Green+Blue) = 126+186+117=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBA75 is #81458A. Grayscale: #A0A0A0. Windows color (decimal): -8471947 or 7715454. OLE color: 7715454.

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

Color convert

RGB126186117-
CMYK0.3200.370.27
HSL112.17º33.33%59.41%-
HSV(B)112.17º37.1%72.94%-
XYZ29.3740.8423.16-
YUV160.19103.62103.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.37%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=29.37%
G=43.36%
B=27.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261861170.3200.370.27112.1733.3359.41
Hex7EBA75200251B70213b
Octal17627216540045331604173
Binary11111101011101011101011000000100101110111110000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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