#7FAE8B

Color #7FAE8B Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #7FAE8B

Tints of Bay Leaf #7FAE8B

Color information

#7FAE8B (or 0x7FAE8B) is unknown color: approx Bay Leaf. HEX triplet: 7F, AE and 8B. RGB value is (127,174,139). Sum of RGB (Red+Green+Blue) = 127+174+139=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAE8B is #805174. Grayscale: #9C9C9C. Windows color (decimal): -8409461 or 9154175. OLE color: 9154175.

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

Color convert

RGB127174139-
CMYK0.2700.200.32
HSL135.32º22.49%59.02%-
HSV(B)135.32º27.01%68.24%-
XYZ28.5536.6530-
YUV155.96118.43107.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.86%
GREEN value IS 174 (68.36% from 255) = 39.55%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=28.86%
G=39.55%
B=31.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271741390.2700.200.32135.3222.4959.02
Hex7FAE8B1B0142087163b
Octal17725621333024402072673
Binary11111111010111010001011110110101001000001000011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,174,139); }

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

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

 a { background-color: rgb(127,174,139); }

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

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

 span { border-color: rgb(127,174,139); }

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