Html Css Color HEX #70956D Laurel

📋 copy color: '#70956D'

red 112 ◦ green 149 ◦ blue 109

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

Shades of Laurel #70956D

Tints of Laurel #70956D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 30.27%
G = 40.27%
B = 29.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#70956D (or 0x70956D) is known color: Laurel. HEX triplet: 70, 95 and 6D. RGB value is (112,149,109). Sum of RGB (Red+Green+Blue) = 112+149+109=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #70956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70956D is #8F6A92. Grayscale: #858585. Windows color (decimal): -9398931 or 7181680. OLE color: 7181680.

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

Color convert

RGB 112 149 109 -
CMYK 0.25 0 0.27 0.42
HSL 115.5º 0.16% 0.51% -
HSV(B) 115.5º 0.27% 0.58% -
XYZ 20.19 26.04 18.43 -
YUV 133.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 112 149 109 0.25 0 0.27 0.42 115.5 0.16 0.51
Hex 70 95 6D 19 0 1B 2A 74 10 33
Octal 160 225 155 31 0 33 52 164 20 63
Binary 1110000 10010101 1101101 11001 0 11011 101010 1110100 10000 110011

Color Harmonies of #70956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70956D

Black with #70956D

Text Example


Text Example

White with #70956D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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