#7EBB84

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

Shades of De York #7EBB84

Tints of De York #7EBB84

Color information

#7EBB84 (or 0x7EBB84) is unknown color: approx De York. HEX triplet: 7E, BB and 84. RGB value is (126,187,132). Sum of RGB (Red+Green+Blue) = 126+187+132=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBB84 is #81447B. Grayscale: #A2A2A2. Windows color (decimal): -8471676 or 8698750. OLE color: 8698750.

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

Color convert

RGB126187132-
CMYK0.3300.290.27
HSL125.9º30.96%61.37%-
HSV(B)125.9º32.62%73.33%-
XYZ30.5441.6428.26-
YUV162.49110.79101.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.31%
GREEN value IS 187 (73.44% from 255) = 42.02%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=28.31%
G=42.02%
B=29.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261871320.3300.290.27125.930.9661.37
Hex7EBB842101D1B7e1f3d
Octal17627320441035331763775
Binary1111110101110111000010010000101110111011111111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,187,132); }

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

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

 a { background-color: rgb(126,187,132); }

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

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

 span { border-color: rgb(126,187,132); }

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