Html Css Color HEX #70B782 Bay Leaf

📋 copy color: '#70B782'

red 112 ◦ green 183 ◦ blue 130

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

Shades of Bay Leaf #70B782

Tints of Bay Leaf #70B782

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.06%

 BLUE value IS 130 (51.17% from 255) = 30.59%

R = 26.35%
G = 43.06%
B = 30.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#70B782 (or 0x70B782) is known color: Bay Leaf. HEX triplet: 70, B7 and 82. RGB value is (112,183,130). Sum of RGB (Red+Green+Blue) = 112+183+130=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #70B782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B782 is #8F487D. Grayscale: #9B9B9B. Windows color (decimal): -9390206 or 8566640. OLE color: 8566640.

HSL color Cylindrical-coordinate representation of color #70B782: hue angle of 135.21º degrees, saturation: 0.33, 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 #70B782 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 130 -
CMYK 0.39 0 0.29 0.28
HSL 135.21º 0.33% 0.58% -
HSV(B) 135.21º 0.39% 0.72% -
XYZ 27.64 38.92 27.18 -
YUV 155.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 112 183 130 0.39 0 0.29 0.28 135.21 0.33 0.58
Hex 70 B7 82 27 0 1D 1C 87 21 3A
Octal 160 267 202 47 0 35 34 207 41 72
Binary 1110000 10110111 10000010 100111 0 11101 11100 10000111 100001 111010

Color Harmonies of #70B782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B782

Black with #70B782

Text Example


Text Example

White with #70B782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,183,130); }

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

background-color css

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

 a { background-color: rgb(112,183,130); }

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

border-color css

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

 span { border-color: rgb(112,183,130); }

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