#7FAD90

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

Shades of Bay Leaf #7FAD90

Tints of Bay Leaf #7FAD90

Color information

#7FAD90 (or 0x7FAD90) is unknown color: approx Bay Leaf. HEX triplet: 7F, AD and 90. RGB value is (127,173,144). Sum of RGB (Red+Green+Blue) = 127+173+144=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAD90 is #80526F. Grayscale: #9C9C9C. Windows color (decimal): -8409712 or 9481599. OLE color: 9481599.

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

Color convert

RGB127173144-
CMYK0.2700.170.32
HSL142.17º21.9%58.82%-
HSV(B)142.17º26.59%67.84%-
XYZ28.7336.4131.9-
YUV155.94121.26107.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.60%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=28.60%
G=38.96%
B=32.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271731440.2700.170.32142.1721.958.82
Hex7FAD901B011208e163b
Octal17725522033021402162673
Binary11111111010110110010000110110100011000001000111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,173,144); }

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

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

 a { background-color: rgb(127,173,144); }

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

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

 span { border-color: rgb(127,173,144); }

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