Html Css Color HEX #70BD7F Bay Leaf

📋 copy color: '#70BD7F'

red 112 ◦ green 189 ◦ blue 127

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

Shades of Bay Leaf #70BD7F

Tints of Bay Leaf #70BD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.16%

 BLUE value IS 127 (50% from 255) = 29.67%

R = 26.17%
G = 44.16%
B = 29.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#70BD7F (or 0x70BD7F) is known color: Bay Leaf. HEX triplet: 70, BD and 7F. RGB value is (112,189,127). Sum of RGB (Red+Green+Blue) = 112+189+127=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD7F is #8F4280. Grayscale: #9F9F9F. Windows color (decimal): -9388673 or 8371568. OLE color: 8371568.

HSL color Cylindrical-coordinate representation of color #70BD7F: hue angle of 131.69º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BD7F is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 127 -
CMYK 0.41 0 0.33 0.26
HSL 131.69º 0.37% 0.59% -
HSV(B) 131.69º 0.41% 0.74% -
XYZ 28.71 41.37 26.55 -
YUV 158.91 109.99 94.54 -
System Red Green Blue C M Y K H S L
Decimal 112 189 127 0.41 0 0.33 0.26 131.69 0.37 0.59
Hex 70 BD 7F 29 0 21 1A 84 25 3B
Octal 160 275 177 51 0 41 32 204 45 73
Binary 1110000 10111101 1111111 101001 0 100001 11010 10000100 100101 111011

Color Harmonies of #70BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD7F

Black with #70BD7F

Text Example


Text Example

White with #70BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,189,127); }

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

background-color css

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

 a { background-color: rgb(112,189,127); }

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

border-color css

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

 span { border-color: rgb(112,189,127); }

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