Html Css Color HEX #70B68A Bay Leaf

📋 copy color: '#70B68A'

red 112 ◦ green 182 ◦ blue 138

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

Shades of Bay Leaf #70B68A

Tints of Bay Leaf #70B68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.13%

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 25.93%
G = 42.13%
B = 31.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#70B68A (or 0x70B68A) is known color: Bay Leaf. HEX triplet: 70, B6 and 8A. RGB value is (112,182,138). Sum of RGB (Red+Green+Blue) = 112+182+138=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #70B68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B68A is #8F4975. Grayscale: #9C9C9C. Windows color (decimal): -9390454 or 9090672. OLE color: 9090672.

HSL color Cylindrical-coordinate representation of color #70B68A: hue angle of 142.29º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B68A is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 182 138 -
CMYK 0.38 0 0.24 0.29
HSL 142.29º 0.32% 0.58% -
HSV(B) 142.29º 0.38% 0.71% -
XYZ 28 38.74 30.05 -
YUV 156.05 117.81 96.58 -
System Red Green Blue C M Y K H S L
Decimal 112 182 138 0.38 0 0.24 0.29 142.29 0.32 0.58
Hex 70 B6 8A 26 0 18 1D 8E 20 3A
Octal 160 266 212 46 0 30 35 216 40 72
Binary 1110000 10110110 10001010 100110 0 11000 11101 10001110 100000 111010

Color Harmonies of #70B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B68A

Black with #70B68A

Text Example


Text Example

White with #70B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,182,138); }

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

background-color css

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

 a { background-color: rgb(112,182,138); }

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

border-color css

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

 span { border-color: rgb(112,182,138); }

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