#70BF82

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

Shades of Bay Leaf #70BF82

Tints of Bay Leaf #70BF82

Color information

#70BF82 (or 0x70BF82) is unknown color: approx Bay Leaf. HEX triplet: 70, BF and 82. RGB value is (112,191,130). Sum of RGB (Red+Green+Blue) = 112+191+130=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BF82 is #8F407D. Grayscale: #A0A0A0. Windows color (decimal): -9388158 or 8568688. OLE color: 8568688.

HSL color Cylindrical-coordinate representation of color #70BF82: hue angle of 133.67º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BF82 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB112191130-
CMYK0.4100.320.25
HSL133.67º38.16%59.41%-
HSV(B)133.67º41.36%74.9%-
XYZ29.3442.3227.74-
YUV160.42110.8393.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=25.87%
G=44.11%
B=30.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121911300.4100.320.25133.6738.1659.41
Hex70BF82290201986263b
Octal16027720251040312064673
Binary1110000101111111000001010100101000001100110000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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