Html Css Color HEX #708672 Laurel

📋 copy color: '#708672'

red 112 ◦ green 134 ◦ blue 114

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

Shades of Laurel #708672

Tints of Laurel #708672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 31.11%
G = 37.22%
B = 31.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#708672 (or 0x708672) is known color: Laurel. HEX triplet: 70, 86 and 72. RGB value is (112,134,114). Sum of RGB (Red+Green+Blue) = 112+134+114=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #708672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708672 is #8F798D. Grayscale: #7D7D7D. Windows color (decimal): -9402766 or 7505520. OLE color: 7505520.

HSL color Cylindrical-coordinate representation of color #708672: hue angle of 125.45º 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 #708672 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 114 -
CMYK 0.16 0 0.15 0.47
HSL 125.45º 0.09% 0.48% -
HSV(B) 125.45º 0.16% 0.53% -
XYZ 18.24 21.71 19.15 -
YUV 125.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 112 134 114 0.16 0 0.15 0.47 125.45 0.09 0.48
Hex 70 86 72 10 0 F 2F 7D 9 30
Octal 160 206 162 20 0 17 57 175 11 60
Binary 1110000 10000110 1110010 10000 0 1111 101111 1111101 1001 110000

Color Harmonies of #708672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708672

Black with #708672

Text Example


Text Example

White with #708672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708672; }

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

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

background-color css

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

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

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

border-color css

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

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

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