Html Css Color HEX #70936E Laurel

📋 copy color: '#70936E'

red 112 ◦ green 147 ◦ blue 110

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

Shades of Laurel #70936E

Tints of Laurel #70936E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.84%

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 30.35%
G = 39.84%
B = 29.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#70936E (or 0x70936E) is known color: Laurel. HEX triplet: 70, 93 and 6E. RGB value is (112,147,110). Sum of RGB (Red+Green+Blue) = 112+147+110=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #70936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70936E is #8F6C91. Grayscale: #848484. Windows color (decimal): -9399442 or 7246704. OLE color: 7246704.

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

Color convert

RGB 112 147 110 -
CMYK 0.24 0 0.25 0.42
HSL 116.76º 0.15% 0.5% -
HSV(B) 116.76º 0.25% 0.58% -
XYZ 19.93 25.44 18.61 -
YUV 132.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 112 147 110 0.24 0 0.25 0.42 116.76 0.15 0.5
Hex 70 93 6E 18 0 19 2A 75 F 32
Octal 160 223 156 30 0 31 52 165 17 62
Binary 1110000 10010011 1101110 11000 0 11001 101010 1110101 1111 110010

Color Harmonies of #70936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70936E

Black with #70936E

Text Example


Text Example

White with #70936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70936E; }

 p { color: rgb(112,147,110); }

 H1.HeaderClassName
 {
   color: #70936E;
 }
 .AnyTagClassName
 {
   color: #70936E;
 }
</style>

background-color css

<style>
 a { background-color: #70936E; }

 a { background-color: rgb(112,147,110); }

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

border-color css

<style>
 span { border-color: #70936E; }

 span { border-color: rgb(112,147,110); }

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