#74AA89

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

Shades of Bay Leaf #74AA89

Tints of Bay Leaf #74AA89

Color information

#74AA89 (or 0x74AA89) is unknown color: approx Bay Leaf. HEX triplet: 74, AA and 89. RGB value is (116,170,137). Sum of RGB (Red+Green+Blue) = 116+170+137=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AA89 is #8B5576. Grayscale: #969696. Windows color (decimal): -9131383 or 9022068. OLE color: 9022068.

HSL color Cylindrical-coordinate representation of color #74AA89: hue angle of 143.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74AA89 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB116170137-
CMYK0.3200.190.33
HSL143.33º24.11%56.08%-
HSV(B)143.33º31.76%66.67%-
XYZ26.0934.2728.91-
YUV150.09120.61103.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 137 (53.91% from 255) = 32.39%
R=27.42%
G=40.19%
B=32.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161701370.3200.190.33143.3324.1156.08
Hex74AA8920013218f1838
Octal16425221140023412173070
Binary111010010101010100010011000000100111000011000111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AA89; }

 p { color: rgb(116,170,137); }

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

<style>
 a { background-color: #74AA89; }

 a { background-color: rgb(116,170,137); }

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

<style>
 span { border-color: #74AA89; }

 span { border-color: rgb(116,170,137); }

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