#70AB82

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

Shades of Bay Leaf #70AB82

Tints of Bay Leaf #70AB82

Color information

#70AB82 (or 0x70AB82) is unknown color: approx Bay Leaf. HEX triplet: 70, AB and 82. RGB value is (112,171,130). Sum of RGB (Red+Green+Blue) = 112+171+130=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB82 is #8F547D. Grayscale: #949494. Windows color (decimal): -9393278 or 8563568. OLE color: 8563568.

HSL color Cylindrical-coordinate representation of color #70AB82: hue angle of 138.31º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AB82 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB112171130-
CMYK0.3500.240.33
HSL138.31º25.99%55.49%-
HSV(B)138.31º34.5%67.06%-
XYZ25.2734.1826.38-
YUV148.68117.45101.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=27.12%
G=41.40%
B=31.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121711300.3500.240.33138.3125.9955.49
Hex70AB8223018218a1a37
Octal16025320243030412123267
Binary111000010101011100000101000110110001000011000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70AB82; }

 p { color: rgb(112,171,130); }

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

<style>
 a { background-color: #70AB82; }

 a { background-color: rgb(112,171,130); }

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

<style>
 span { border-color: #70AB82; }

 span { border-color: rgb(112,171,130); }

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