Html Css Color HEX #70926E Laurel

📋 copy color: '#70926E'

red 112 ◦ green 146 ◦ blue 110

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

Shades of Laurel #70926E

Tints of Laurel #70926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.67%

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

R = 30.43%
G = 39.67%
B = 29.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#70926E (or 0x70926E) is known color: Laurel. HEX triplet: 70, 92 and 6E. RGB value is (112,146,110). Sum of RGB (Red+Green+Blue) = 112+146+110=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #70926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70926E is #8F6D91. Grayscale: #838383. Windows color (decimal): -9399698 or 7246448. OLE color: 7246448.

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

Color convert

RGB 112 146 110 -
CMYK 0.23 0 0.25 0.43
HSL 116.67º 0.14% 0.5% -
HSV(B) 116.67º 0.25% 0.57% -
XYZ 19.78 25.13 18.56 -
YUV 131.73 115.74 113.93 -
System Red Green Blue C M Y K H S L
Decimal 112 146 110 0.23 0 0.25 0.43 116.67 0.14 0.5
Hex 70 92 6E 17 0 19 2B 75 E 32
Octal 160 222 156 27 0 31 53 165 16 62
Binary 1110000 10010010 1101110 10111 0 11001 101011 1110101 1110 110010

Color Harmonies of #70926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70926E

Black with #70926E

Text Example


Text Example

White with #70926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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