Html Css Color HEX #70B78C Bay Leaf

📋 copy color: '#70B78C'

red 112 ◦ green 183 ◦ blue 140

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

Shades of Bay Leaf #70B78C

Tints of Bay Leaf #70B78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.18%

R = 25.75%
G = 42.07%
B = 32.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#70B78C (or 0x70B78C) is known color: Bay Leaf. HEX triplet: 70, B7 and 8C. RGB value is (112,183,140). Sum of RGB (Red+Green+Blue) = 112+183+140=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #70B78C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B78C is #8F4873. Grayscale: #9C9C9C. Windows color (decimal): -9390196 or 9222000. OLE color: 9222000.

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

Color convert

RGB 112 183 140 -
CMYK 0.39 0 0.23 0.28
HSL 143.66º 0.33% 0.58% -
HSV(B) 143.66º 0.39% 0.72% -
XYZ 28.35 39.21 30.88 -
YUV 156.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 112 183 140 0.39 0 0.23 0.28 143.66 0.33 0.58
Hex 70 B7 8C 27 0 17 1C 90 21 3A
Octal 160 267 214 47 0 27 34 220 41 72
Binary 1110000 10110111 10001100 100111 0 10111 11100 10010000 100001 111010

Color Harmonies of #70B78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B78C

Black with #70B78C

Text Example


Text Example

White with #70B78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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