#74AC82

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

Shades of Bay Leaf #74AC82

Tints of Bay Leaf #74AC82

Color information

#74AC82 (or 0x74AC82) is unknown color: approx Bay Leaf. HEX triplet: 74, AC and 82. RGB value is (116,172,130). Sum of RGB (Red+Green+Blue) = 116+172+130=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC82 is #8B537D. Grayscale: #969696. Windows color (decimal): -9130878 or 8563828. OLE color: 8563828.

HSL color Cylindrical-coordinate representation of color #74AC82: hue angle of 135º 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 #74AC82 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB116172130-
CMYK0.3300.240.33
HSL135º25.23%56.47%-
HSV(B)135º32.56%67.45%-
XYZ25.9834.8326.47-
YUV150.47116.45103.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.75%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=27.75%
G=41.15%
B=31.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721300.3300.240.3313525.2356.47
Hex74AC822101821871938
Octal16425420241030412073170
Binary111010010101100100000101000010110001000011000011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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