Html Css Color HEX #70956F Laurel

📋 copy color: '#70956F'

red 112 ◦ green 149 ◦ blue 111

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

Shades of Laurel #70956F

Tints of Laurel #70956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 30.11%
G = 40.05%
B = 29.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#70956F (or 0x70956F) is known color: Laurel. HEX triplet: 70, 95 and 6F. RGB value is (112,149,111). Sum of RGB (Red+Green+Blue) = 112+149+111=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #70956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70956F is #8F6A90. Grayscale: #858585. Windows color (decimal): -9398929 or 7312752. OLE color: 7312752.

HSL color Cylindrical-coordinate representation of color #70956F: hue angle of 118.42º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70956F is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 111 -
CMYK 0.25 0 0.26 0.42
HSL 118.42º 0.15% 0.51% -
HSV(B) 118.42º 0.26% 0.58% -
XYZ 20.3 26.09 19 -
YUV 133.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 112 149 111 0.25 0 0.26 0.42 118.42 0.15 0.51
Hex 70 95 6F 19 0 1A 2A 76 F 33
Octal 160 225 157 31 0 32 52 166 17 63
Binary 1110000 10010101 1101111 11001 0 11010 101010 1110110 1111 110011

Color Harmonies of #70956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70956F

Black with #70956F

Text Example


Text Example

White with #70956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70956F; }

 p { color: rgb(112,149,111); }

 H1.HeaderClassName
 {
   color: #70956F;
 }
 .AnyTagClassName
 {
   color: #70956F;
 }
</style>

background-color css

<style>
 a { background-color: #70956F; }

 a { background-color: rgb(112,149,111); }

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

border-color css

<style>
 span { border-color: #70956F; }

 span { border-color: rgb(112,149,111); }

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