#74BA8E

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

Shades of Bay Leaf #74BA8E

Tints of Bay Leaf #74BA8E

Color information

#74BA8E (or 0x74BA8E) is unknown color: approx Bay Leaf. HEX triplet: 74, BA and 8E. RGB value is (116,186,142). Sum of RGB (Red+Green+Blue) = 116+186+142=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA8E is #8B4571. Grayscale: #A0A0A0. Windows color (decimal): -9127282 or 9353844. OLE color: 9353844.

HSL color Cylindrical-coordinate representation of color #74BA8E: hue angle of 142.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BA8E is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB116186142-
CMYK0.3800.240.27
HSL142.29º33.65%59.22%-
HSV(B)142.29º37.63%72.94%-
XYZ29.6440.7831.9-
YUV160.05117.8196.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=26.13%
G=41.89%
B=31.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161861420.3800.240.27142.2933.6559.22
Hex74BA8E260181B8e223b
Octal16427221646030332164273
Binary111010010111010100011101001100110001101110001110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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