Html Css Color HEX #70BC85 Bay Leaf

📋 copy color: '#70BC85'

red 112 ◦ green 188 ◦ blue 133

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

Shades of Bay Leaf #70BC85

Tints of Bay Leaf #70BC85

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.42%

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

R = 25.87%
G = 43.42%
B = 30.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#70BC85 (or 0x70BC85) is known color: Bay Leaf. HEX triplet: 70, BC and 85. RGB value is (112,188,133). Sum of RGB (Red+Green+Blue) = 112+188+133=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BC85 is #8F437A. Grayscale: #9F9F9F. Windows color (decimal): -9388923 or 8764528. OLE color: 8764528.

HSL color Cylindrical-coordinate representation of color #70BC85: hue angle of 136.58º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BC85 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 133 -
CMYK 0.40 0 0.29 0.26
HSL 136.58º 0.36% 0.59% -
HSV(B) 136.58º 0.4% 0.74% -
XYZ 28.9 41.1 28.6 -
YUV 159.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 112 188 133 0.40 0 0.29 0.26 136.58 0.36 0.59
Hex 70 BC 85 28 0 1D 1A 89 24 3B
Octal 160 274 205 50 0 35 32 211 44 73
Binary 1110000 10111100 10000101 101000 0 11101 11010 10001001 100100 111011

Color Harmonies of #70BC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC85

Black with #70BC85

Text Example


Text Example

White with #70BC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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