#74B27F

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

Shades of Bay Leaf #74B27F

Tints of Bay Leaf #74B27F

Color information

#74B27F (or 0x74B27F) is unknown color: approx Bay Leaf. HEX triplet: 74, B2 and 7F. RGB value is (116,178,127). Sum of RGB (Red+Green+Blue) = 116+178+127=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #74B27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B27F is #8B4D80. Grayscale: #999999. Windows color (decimal): -9129345 or 8368756. OLE color: 8368756.

HSL color Cylindrical-coordinate representation of color #74B27F: hue angle of 130.65º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74B27F is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB116178127-
CMYK0.3500.290.30
HSL130.65º28.7%57.65%-
HSV(B)130.65º34.83%69.8%-
XYZ26.9537.0925.82-
YUV153.65112.96101.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.55%
GREEN value IS 178 (69.92% from 255) = 42.28%
BLUE value IS 127 (50% from 255) = 30.17%
R=27.55%
G=42.28%
B=30.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161781270.3500.290.30130.6528.757.65
Hex74B27F2301D1E831d3a
Octal16426217743035362033572
Binary1110100101100101111111100011011101111101000001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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