Html Css Color HEX #70B17E Bay Leaf

📋 copy color: '#70B17E'

red 112 ◦ green 177 ◦ blue 126

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

Shades of Bay Leaf #70B17E

Tints of Bay Leaf #70B17E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.65%

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

R = 26.99%
G = 42.65%
B = 30.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#70B17E (or 0x70B17E) is known color: Bay Leaf. HEX triplet: 70, B1 and 7E. RGB value is (112,177,126). Sum of RGB (Red+Green+Blue) = 112+177+126=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 177 - color contains mainly: green. Hex color #70B17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B17E is #8F4E81. Grayscale: #979797. Windows color (decimal): -9391746 or 8302960. OLE color: 8302960.

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

Color convert

RGB 112 177 126 -
CMYK 0.37 0 0.29 0.31
HSL 132.92º 0.29% 0.57% -
HSV(B) 132.92º 0.37% 0.69% -
XYZ 26.17 36.4 25.38 -
YUV 151.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 112 177 126 0.37 0 0.29 0.31 132.92 0.29 0.57
Hex 70 B1 7E 25 0 1D 1F 85 1D 39
Octal 160 261 176 45 0 35 37 205 35 71
Binary 1110000 10110001 1111110 100101 0 11101 11111 10000101 11101 111001

Color Harmonies of #70B17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B17E

Black with #70B17E

Text Example


Text Example

White with #70B17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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