Html Css Color HEX #70996D Laurel

📋 copy color: '#70996D'

red 112 ◦ green 153 ◦ blue 109

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

Shades of Laurel #70996D

Tints of Laurel #70996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.91%

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

R = 29.95%
G = 40.91%
B = 29.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#70996D (or 0x70996D) is known color: Laurel. HEX triplet: 70, 99 and 6D. RGB value is (112,153,109). Sum of RGB (Red+Green+Blue) = 112+153+109=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #70996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70996D is #8F6692. Grayscale: #878787. Windows color (decimal): -9397907 or 7182704. OLE color: 7182704.

HSL color Cylindrical-coordinate representation of color #70996D: hue angle of 115.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70996D is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 109 -
CMYK 0.27 0 0.29 0.4
HSL 115.91º 0.18% 0.51% -
HSV(B) 115.91º 0.29% 0.6% -
XYZ 20.83 27.33 18.65 -
YUV 135.73 112.92 111.08 -
System Red Green Blue C M Y K H S L
Decimal 112 153 109 0.27 0 0.29 0.4 115.91 0.18 0.51
Hex 70 99 6D 1B 0 1D 28 74 12 33
Octal 160 231 155 33 0 35 50 164 22 63
Binary 1110000 10011001 1101101 11011 0 11101 101000 1110100 10010 110011

Color Harmonies of #70996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70996D

Black with #70996D

Text Example


Text Example

White with #70996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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