#7EBB83

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

Shades of De York #7EBB83

Tints of De York #7EBB83

Color information

#7EBB83 (or 0x7EBB83) is unknown color: approx De York. HEX triplet: 7E, BB and 83. RGB value is (126,187,131). Sum of RGB (Red+Green+Blue) = 126+187+131=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBB83 is #81447C. Grayscale: #A2A2A2. Windows color (decimal): -8471677 or 8633214. OLE color: 8633214.

HSL color Cylindrical-coordinate representation of color #7EBB83: hue angle of 124.92º 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 #7EBB83 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB126187131-
CMYK0.3300.300.27
HSL124.92º30.96%61.37%-
HSV(B)124.92º32.62%73.33%-
XYZ30.4741.6127.9-
YUV162.38110.29102.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.38%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 131 (51.56% from 255) = 29.50%
R=28.38%
G=42.12%
B=29.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261871310.3300.300.27124.9230.9661.37
Hex7EBB832101E1B7d1f3d
Octal17627320341036331753775
Binary1111110101110111000001110000101111011011111110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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