#74AF82

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

Shades of Bay Leaf #74AF82

Tints of Bay Leaf #74AF82

Color information

#74AF82 (or 0x74AF82) is unknown color: approx Bay Leaf. HEX triplet: 74, AF and 82. RGB value is (116,175,130). Sum of RGB (Red+Green+Blue) = 116+175+130=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AF82 is #8B507D. Grayscale: #989898. Windows color (decimal): -9130110 or 8564596. OLE color: 8564596.

HSL color Cylindrical-coordinate representation of color #74AF82: hue angle of 134.24º degrees, saturation: 0.27, 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 #74AF82 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB116175130-
CMYK0.3400.260.31
HSL134.24º26.94%57.06%-
HSV(B)134.24º33.71%68.63%-
XYZ26.5635.9826.66-
YUV152.23115.45102.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.55%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=27.55%
G=41.57%
B=30.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161751300.3400.260.31134.2426.9457.06
Hex74AF822201A1F861b39
Octal16425720242032372063371
Binary11101001010111110000010100010011010111111000011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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