#74B17F

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

Shades of Bay Leaf #74B17F

Tints of Bay Leaf #74B17F

Color information

#74B17F (or 0x74B17F) is unknown color: approx Bay Leaf. HEX triplet: 74, B1 and 7F. RGB value is (116,177,127). Sum of RGB (Red+Green+Blue) = 116+177+127=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #74B17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B17F is #8B4E80. Grayscale: #999999. Windows color (decimal): -9129601 or 8368500. OLE color: 8368500.

HSL color Cylindrical-coordinate representation of color #74B17F: hue angle of 130.82º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74B17F is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB116177127-
CMYK0.3400.280.31
HSL130.82º28.11%57.45%-
HSV(B)130.82º34.46%69.41%-
XYZ26.7636.6925.75-
YUV153.06113.29101.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.62%
GREEN value IS 177 (69.53% from 255) = 42.14%
BLUE value IS 127 (50% from 255) = 30.24%
R=27.62%
G=42.14%
B=30.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161771270.3400.280.31130.8228.1157.45
Hex74B17F2201C1F831c39
Octal16426117742034372033471
Binary1110100101100011111111100010011100111111000001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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