#7FBB81

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

Shades of De York #7FBB81

Tints of De York #7FBB81

Color information

#7FBB81 (or 0x7FBB81) is unknown color: approx De York. HEX triplet: 7F, BB and 81. RGB value is (127,187,129). Sum of RGB (Red+Green+Blue) = 127+187+129=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBB81 is #80447E. Grayscale: #A2A2A2. Windows color (decimal): -8406143 or 8502143. OLE color: 8502143.

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

Color convert

RGB127187129-
CMYK0.3200.310.27
HSL122º30.61%61.57%-
HSV(B)122º32.09%73.33%-
XYZ30.4941.6427.2-
YUV162.45109.12102.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.67%
GREEN value IS 187 (73.44% from 255) = 42.21%
BLUE value IS 129 (50.78% from 255) = 29.12%
R=28.67%
G=42.21%
B=29.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271871290.3200.310.2712230.6161.57
Hex7FBB812001F1B7a1f3e
Octal17727320140037331723776
Binary1111111101110111000000110000001111111011111101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,187,129); }

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

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

 a { background-color: rgb(127,187,129); }

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

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

 span { border-color: rgb(127,187,129); }

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