Html Css Color HEX #70B87E Bay Leaf

📋 copy color: '#70B87E'

red 112 ◦ green 184 ◦ blue 126

#70B87E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #70B87E

Tints of Bay Leaf #70B87E

RGB

 RED value IS 112 (44.14% from 255) = 26.54%

 GREEN value IS 184 (72.27% from 255) = 43.6%

 BLUE value IS 126 (49.61% from 255) = 29.86%

R = 26.54%
G = 43.6%
B = 29.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#70B87E (or 0x70B87E) is known color: Bay Leaf. HEX triplet: 70, B8 and 7E. RGB value is (112,184,126). Sum of RGB (Red+Green+Blue) = 112+184+126=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #70B87E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B87E is #8F4781. Grayscale: #9C9C9C. Windows color (decimal): -9389954 or 8304752. OLE color: 8304752.

HSL color Cylindrical-coordinate representation of color #70B87E: hue angle of 131.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B87E is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 184 126 -
CMYK 0.39 0 0.32 0.28
HSL 131.67º 0.34% 0.58% -
HSV(B) 131.67º 0.39% 0.72% -
XYZ 27.59 39.23 25.86 -
YUV 155.86 111.15 96.72 -
System Red Green Blue C M Y K H S L
Decimal 112 184 126 0.39 0 0.32 0.28 131.67 0.34 0.58
Hex 70 B8 7E 27 0 20 1C 84 22 3A
Octal 160 270 176 47 0 40 34 204 42 72
Binary 1110000 10111000 1111110 100111 0 100000 11100 10000100 100010 111010

Color Harmonies of #70B87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B87E

Black with #70B87E

Text Example


Text Example

White with #70B87E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,184,126); }

 H1.HeaderClassName
 {
   color: #70B87E;
 }
 .AnyTagClassName
 {
   color: #70B87E;
 }
</style>

background-color css

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

 a { background-color: rgb(112,184,126); }

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

border-color css

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

 span { border-color: rgb(112,184,126); }

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