Html Css Color HEX #70966F Laurel

📋 copy color: '#70966F'

red 112 ◦ green 150 ◦ blue 111

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

Shades of Laurel #70966F

Tints of Laurel #70966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.21%

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

R = 30.03%
G = 40.21%
B = 29.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#70966F (or 0x70966F) is known color: Laurel. HEX triplet: 70, 96 and 6F. RGB value is (112,150,111). Sum of RGB (Red+Green+Blue) = 112+150+111=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #70966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70966F is #8F6990. Grayscale: #868686. Windows color (decimal): -9398673 or 7313008. OLE color: 7313008.

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

Color convert

RGB 112 150 111 -
CMYK 0.25 0 0.26 0.41
HSL 118.46º 0.16% 0.51% -
HSV(B) 118.46º 0.26% 0.59% -
XYZ 20.46 26.41 19.06 -
YUV 134.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 112 150 111 0.25 0 0.26 0.41 118.46 0.16 0.51
Hex 70 96 6F 19 0 1A 29 76 10 33
Octal 160 226 157 31 0 32 51 166 20 63
Binary 1110000 10010110 1101111 11001 0 11010 101001 1110110 10000 110011

Color Harmonies of #70966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70966F

Black with #70966F

Text Example


Text Example

White with #70966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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