#74B48B

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

Shades of Bay Leaf #74B48B

Tints of Bay Leaf #74B48B

Color information

#74B48B (or 0x74B48B) is unknown color: approx Bay Leaf. HEX triplet: 74, B4 and 8B. RGB value is (116,180,139). Sum of RGB (Red+Green+Blue) = 116+180+139=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #74B48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B48B is #8B4B74. Grayscale: #9C9C9C. Windows color (decimal): -9128821 or 9155700. OLE color: 9155700.

HSL color Cylindrical-coordinate representation of color #74B48B: hue angle of 141.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B48B is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB116180139-
CMYK0.3600.230.29
HSL141.56º29.91%58.04%-
HSV(B)141.56º35.56%70.59%-
XYZ28.1838.2230.32-
YUV156.19118.399.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=26.67%
G=41.38%
B=31.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801390.3600.230.29141.5629.9158.04
Hex74B48B240171D8e1e3a
Octal16426421344027352163672
Binary11101001011010010001011100100010111111011000111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,180,139); }

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

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

 a { background-color: rgb(116,180,139); }

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

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

 span { border-color: rgb(116,180,139); }

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