#70BA83

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

Shades of Bay Leaf #70BA83

Tints of Bay Leaf #70BA83

Color information

#70BA83 (or 0x70BA83) is unknown color: approx Bay Leaf. HEX triplet: 70, BA and 83. RGB value is (112,186,131). Sum of RGB (Red+Green+Blue) = 112+186+131=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BA83 is #8F457C. Grayscale: #9D9D9D. Windows color (decimal): -9389437 or 8632944. OLE color: 8632944.

HSL color Cylindrical-coordinate representation of color #70BA83: hue angle of 135.41º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA83 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB112186131-
CMYK0.4000.300.27
HSL135.41º34.91%58.43%-
HSV(B)135.41º39.78%72.94%-
XYZ28.3440.227.74-
YUV157.6112.9895.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 131 (51.56% from 255) = 30.54%
R=26.11%
G=43.36%
B=30.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861310.4000.300.27135.4134.9158.43
Hex70BA832801E1B87233a
Octal16027220350036332074372
Binary111000010111010100000111010000111101101110000111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,186,131); }

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

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

 a { background-color: rgb(112,186,131); }

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

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

 span { border-color: rgb(112,186,131); }

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