#70B27D

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

Shades of Bay Leaf #70B27D

Tints of Bay Leaf #70B27D

Color information

#70B27D (or 0x70B27D) is unknown color: approx Bay Leaf. HEX triplet: 70, B2 and 7D. RGB value is (112,178,125). Sum of RGB (Red+Green+Blue) = 112+178+125=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 178 - color contains mainly: green. Hex color #70B27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B27D is #8F4D82. Grayscale: #989898. Windows color (decimal): -9391491 or 8237680. OLE color: 8237680.

HSL color Cylindrical-coordinate representation of color #70B27D: hue angle of 131.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B27D is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB112178125-
CMYK0.3700.300.30
HSL131.82º30%56.86%-
HSV(B)131.82º37.08%69.8%-
XYZ26.336.7725.11-
YUV152.22112.6399.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 178 (69.92% from 255) = 42.89%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=26.99%
G=42.89%
B=30.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121781250.3700.300.30131.823056.86
Hex70B27D2501E1E841e39
Octal16026217545036362043671
Binary1110000101100101111101100101011110111101000010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,178,125); }

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

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

 a { background-color: rgb(112,178,125); }

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

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

 span { border-color: rgb(112,178,125); }

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