Html Css Color HEX #70AC85 Bay Leaf

📋 copy color: '#70AC85'

red 112 ◦ green 172 ◦ blue 133

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

Shades of Bay Leaf #70AC85

Tints of Bay Leaf #70AC85

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.25%

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

R = 26.86%
G = 41.25%
B = 31.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#70AC85 (or 0x70AC85) is known color: Bay Leaf. HEX triplet: 70, AC and 85. RGB value is (112,172,133). Sum of RGB (Red+Green+Blue) = 112+172+133=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AC85 is #8F537A. Grayscale: #959595. Windows color (decimal): -9393019 or 8760432. OLE color: 8760432.

HSL color Cylindrical-coordinate representation of color #70AC85: hue angle of 141º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AC85 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 172 133 -
CMYK 0.35 0 0.23 0.33
HSL 141º 0.27% 0.56% -
HSV(B) 141º 0.35% 0.67% -
XYZ 25.67 34.64 27.52 -
YUV 149.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 112 172 133 0.35 0 0.23 0.33 141 0.27 0.56
Hex 70 AC 85 23 0 17 21 8D 1B 38
Octal 160 254 205 43 0 27 41 215 33 70
Binary 1110000 10101100 10000101 100011 0 10111 100001 10001101 11011 111000

Color Harmonies of #70AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC85

Black with #70AC85

Text Example


Text Example

White with #70AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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