#74B487

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

Shades of Bay Leaf #74B487

Tints of Bay Leaf #74B487

Color information

#74B487 (or 0x74B487) is unknown color: approx Bay Leaf. HEX triplet: 74, B4 and 87. RGB value is (116,180,135). Sum of RGB (Red+Green+Blue) = 116+180+135=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #74B487 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B487 is #8B4B78. Grayscale: #9B9B9B. Windows color (decimal): -9128825 or 8893556. OLE color: 8893556.

HSL color Cylindrical-coordinate representation of color #74B487: hue angle of 137.81º 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 #74B487 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB116180135-
CMYK0.3600.250.29
HSL137.81º29.91%58.04%-
HSV(B)137.81º35.56%70.59%-
XYZ27.938.128.81-
YUV155.73116.399.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.91%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 135 (53.12% from 255) = 31.32%
R=26.91%
G=41.76%
B=31.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801350.3600.250.29137.8129.9158.04
Hex74B487240191D8a1e3a
Octal16426420744031352123672
Binary11101001011010010000111100100011001111011000101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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