Html Css Color HEX #70B485 Bay Leaf

📋 copy color: '#70B485'

red 112 ◦ green 180 ◦ blue 133

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

Shades of Bay Leaf #70B485

Tints of Bay Leaf #70B485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.35%

 BLUE value IS 133 (52.34% from 255) = 31.29%

R = 26.35%
G = 42.35%
B = 31.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#70B485 (or 0x70B485) is known color: Bay Leaf. HEX triplet: 70, B4 and 85. RGB value is (112,180,133). Sum of RGB (Red+Green+Blue) = 112+180+133=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #70B485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B485 is #8F4B7A. Grayscale: #9A9A9A. Windows color (decimal): -9390971 or 8762480. OLE color: 8762480.

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

Color convert

RGB 112 180 133 -
CMYK 0.38 0 0.26 0.29
HSL 138.53º 0.31% 0.57% -
HSV(B) 138.53º 0.38% 0.71% -
XYZ 27.24 37.78 28.05 -
YUV 154.31 115.97 97.82 -
System Red Green Blue C M Y K H S L
Decimal 112 180 133 0.38 0 0.26 0.29 138.53 0.31 0.57
Hex 70 B4 85 26 0 1A 1D 8B 1F 39
Octal 160 264 205 46 0 32 35 213 37 71
Binary 1110000 10110100 10000101 100110 0 11010 11101 10001011 11111 111001

Color Harmonies of #70B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B485

Black with #70B485

Text Example


Text Example

White with #70B485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,180,133); }

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

background-color css

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

 a { background-color: rgb(112,180,133); }

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

border-color css

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

 span { border-color: rgb(112,180,133); }

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