Html Css Color HEX #70986D Laurel

📋 copy color: '#70986D'

red 112 ◦ green 152 ◦ blue 109

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

Shades of Laurel #70986D

Tints of Laurel #70986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

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

R = 30.03%
G = 40.75%
B = 29.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#70986D (or 0x70986D) is known color: Laurel. HEX triplet: 70, 98 and 6D. RGB value is (112,152,109). Sum of RGB (Red+Green+Blue) = 112+152+109=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #70986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70986D is #8F6792. Grayscale: #878787. Windows color (decimal): -9398163 or 7182448. OLE color: 7182448.

HSL color Cylindrical-coordinate representation of color #70986D: hue angle of 115.81º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70986D is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 109 -
CMYK 0.26 0 0.28 0.40
HSL 115.81º 0.17% 0.51% -
HSV(B) 115.81º 0.28% 0.6% -
XYZ 20.67 27.01 18.59 -
YUV 135.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 112 152 109 0.26 0 0.28 0.40 115.81 0.17 0.51
Hex 70 98 6D 1A 0 1C 28 74 11 33
Octal 160 230 155 32 0 34 50 164 21 63
Binary 1110000 10011000 1101101 11010 0 11100 101000 1110100 10001 110011

Color Harmonies of #70986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70986D

Black with #70986D

Text Example


Text Example

White with #70986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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