#7EBB74

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

Shades of De York #7EBB74

Tints of De York #7EBB74

Color information

#7EBB74 (or 0x7EBB74) is unknown color: approx De York. HEX triplet: 7E, BB and 74. RGB value is (126,187,116). Sum of RGB (Red+Green+Blue) = 126+187+116=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBB74 is #81448B. Grayscale: #A0A0A0. Windows color (decimal): -8471692 or 7650174. OLE color: 7650174.

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

Color convert

RGB126187116-
CMYK0.3300.380.27
HSL111.55º34.3%59.41%-
HSV(B)111.55º37.97%73.33%-
XYZ29.5341.2422.93-
YUV160.67102.79103.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.37%
GREEN value IS 187 (73.44% from 255) = 43.59%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=29.37%
G=43.59%
B=27.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261871160.3300.380.27111.5534.359.41
Hex7EBB74210261B70223b
Octal17627316441046331604273
Binary11111101011101111101001000010100110110111110000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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