#74B57E

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

Shades of Bay Leaf #74B57E

Tints of Bay Leaf #74B57E

Color information

#74B57E (or 0x74B57E) is unknown color: approx Bay Leaf. HEX triplet: 74, B5 and 7E. RGB value is (116,181,126). Sum of RGB (Red+Green+Blue) = 116+181+126=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #74B57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B57E is #8B4A81. Grayscale: #9B9B9B. Windows color (decimal): -9128578 or 8303988. OLE color: 8303988.

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

Color convert

RGB116181126-
CMYK0.3600.300.29
HSL129.23º30.52%58.24%-
HSV(B)129.23º35.91%70.98%-
XYZ27.4938.2725.68-
YUV155.29111.4799.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 181 (71.09% from 255) = 42.79%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=27.42%
G=42.79%
B=29.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161811260.3600.300.29129.2330.5258.24
Hex74B57E2401E1D811f3a
Octal16426517644036352013772
Binary1110100101101011111110100100011110111011000000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,181,126); }

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

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

 a { background-color: rgb(116,181,126); }

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

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

 span { border-color: rgb(116,181,126); }

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