Html Css Color HEX #70916E Laurel

📋 copy color: '#70916E'

red 112 ◦ green 145 ◦ blue 110

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

Shades of Laurel #70916E

Tints of Laurel #70916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.51%

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

R = 30.52%
G = 39.51%
B = 29.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#70916E (or 0x70916E) is known color: Laurel. HEX triplet: 70, 91 and 6E. RGB value is (112,145,110). Sum of RGB (Red+Green+Blue) = 112+145+110=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #70916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70916E is #8F6E91. Grayscale: #838383. Windows color (decimal): -9399954 or 7246192. OLE color: 7246192.

HSL color Cylindrical-coordinate representation of color #70916E: hue angle of 116.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70916E is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 110 -
CMYK 0.23 0 0.24 0.43
HSL 116.57º 0.14% 0.5% -
HSV(B) 116.57º 0.24% 0.57% -
XYZ 19.62 24.82 18.51 -
YUV 131.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 112 145 110 0.23 0 0.24 0.43 116.57 0.14 0.5
Hex 70 91 6E 17 0 18 2B 75 E 32
Octal 160 221 156 27 0 30 53 165 16 62
Binary 1110000 10010001 1101110 10111 0 11000 101011 1110101 1110 110010

Color Harmonies of #70916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70916E

Black with #70916E

Text Example


Text Example

White with #70916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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