#74AC7F

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

Shades of Bay Leaf #74AC7F

Tints of Bay Leaf #74AC7F

Color information

#74AC7F (or 0x74AC7F) is unknown color: approx Bay Leaf. HEX triplet: 74, AC and 7F. RGB value is (116,172,127). Sum of RGB (Red+Green+Blue) = 116+172+127=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC7F is #8B5380. Grayscale: #969696. Windows color (decimal): -9130881 or 8367220. OLE color: 8367220.

HSL color Cylindrical-coordinate representation of color #74AC7F: hue angle of 131.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AC7F is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB116172127-
CMYK0.3300.260.33
HSL131.79º25.23%56.47%-
HSV(B)131.79º32.56%67.45%-
XYZ25.7934.7525.43-
YUV150.13114.95103.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 127 (50% from 255) = 30.60%
R=27.95%
G=41.45%
B=30.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721270.3300.260.33131.7925.2356.47
Hex74AC7F2101A21841938
Octal16425417741032412043170
Binary11101001010110011111111000010110101000011000010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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