#74B38E

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

Shades of Bay Leaf #74B38E

Tints of Bay Leaf #74B38E

Color information

#74B38E (or 0x74B38E) is unknown color: approx Bay Leaf. HEX triplet: 74, B3 and 8E. RGB value is (116,179,142). Sum of RGB (Red+Green+Blue) = 116+179+142=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #74B38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B38E is #8B4C71. Grayscale: #9C9C9C. Windows color (decimal): -9129074 or 9352052. OLE color: 9352052.

HSL color Cylindrical-coordinate representation of color #74B38E: hue angle of 144.76º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74B38E is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB116179142-
CMYK0.3500.210.30
HSL144.76º29.3%57.84%-
HSV(B)144.76º35.2%70.2%-
XYZ28.2137.9131.42-
YUV155.94120.1399.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.54%
GREEN value IS 179 (70.31% from 255) = 40.96%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=26.54%
G=40.96%
B=32.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161791420.3500.210.30144.7629.357.84
Hex74B38E230151E911d3a
Octal16426321643025362213572
Binary11101001011001110001110100011010101111101001000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,179,142); }

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

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

 a { background-color: rgb(116,179,142); }

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

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

 span { border-color: rgb(116,179,142); }

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