#74BA7F

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

Shades of Bay Leaf #74BA7F

Tints of Bay Leaf #74BA7F

Color information

#74BA7F (or 0x74BA7F) is unknown color: approx Bay Leaf. HEX triplet: 74, BA and 7F. RGB value is (116,186,127). Sum of RGB (Red+Green+Blue) = 116+186+127=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA7F is #8B4580. Grayscale: #9E9E9E. Windows color (decimal): -9127297 or 8370804. OLE color: 8370804.

HSL color Cylindrical-coordinate representation of color #74BA7F: hue angle of 129.43º 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 #74BA7F is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB116186127-
CMYK0.3800.320.27
HSL129.43º33.65%59.22%-
HSV(B)129.43º37.63%72.94%-
XYZ28.5940.3626.36-
YUV158.34110.3197.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 127 (50% from 255) = 29.60%
R=27.04%
G=43.36%
B=29.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161861270.3800.320.27129.4333.6559.22
Hex74BA7F260201B81223b
Octal16427217746040332014273
Binary111010010111010111111110011001000001101110000001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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