Html Css Color HEX #708670 Laurel

📋 copy color: '#708670'

red 112 ◦ green 134 ◦ blue 112

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

Shades of Laurel #708670

Tints of Laurel #708670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 31.28%
G = 37.43%
B = 31.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#708670 (or 0x708670) is known color: Laurel. HEX triplet: 70, 86 and 70. RGB value is (112,134,112). Sum of RGB (Red+Green+Blue) = 112+134+112=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #708670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708670 is #8F798F. Grayscale: #7C7C7C. Windows color (decimal): -9402768 or 7374448. OLE color: 7374448.

HSL color Cylindrical-coordinate representation of color #708670: hue angle of 120º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708670 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 112 -
CMYK 0.16 0 0.16 0.47
HSL 120º 0.09% 0.48% -
HSV(B) 120º 0.16% 0.53% -
XYZ 18.13 21.66 18.56 -
YUV 124.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 112 134 112 0.16 0 0.16 0.47 120 0.09 0.48
Hex 70 86 70 10 0 10 2F 78 9 30
Octal 160 206 160 20 0 20 57 170 11 60
Binary 1110000 10000110 1110000 10000 0 10000 101111 1111000 1001 110000

Color Harmonies of #708670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708670

Black with #708670

Text Example


Text Example

White with #708670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708670; }

 p { color: rgb(112,134,112); }

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

background-color css

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

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

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

border-color css

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

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

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