#74B485

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

Shades of Bay Leaf #74B485

Tints of Bay Leaf #74B485

Color information

#74B485 (or 0x74B485) is unknown color: approx Bay Leaf. HEX triplet: 74, B4 and 85. RGB value is (116,180,133). Sum of RGB (Red+Green+Blue) = 116+180+133=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #74B485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B485 is #8B4B7A. Grayscale: #9B9B9B. Windows color (decimal): -9128827 or 8762484. OLE color: 8762484.

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

Color convert

RGB116180133-
CMYK0.3600.260.29
HSL135.94º29.91%58.04%-
HSV(B)135.94º35.56%70.59%-
XYZ27.7638.0528.07-
YUV155.51115.399.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=27.04%
G=41.96%
B=31.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801330.3600.260.29135.9429.9158.04
Hex74B4852401A1D881e3a
Octal16426420544032352103672
Binary11101001011010010000101100100011010111011000100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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