Html Css Color HEX #708573 Laurel

📋 copy color: '#708573'

red 112 ◦ green 133 ◦ blue 115

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

Shades of Laurel #708573

Tints of Laurel #708573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 31.11%
G = 36.94%
B = 31.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#708573 (or 0x708573) is known color: Laurel. HEX triplet: 70, 85 and 73. RGB value is (112,133,115). Sum of RGB (Red+Green+Blue) = 112+133+115=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #708573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708573 is #8F7A8C. Grayscale: #7C7C7C. Windows color (decimal): -9403021 or 7570800. OLE color: 7570800.

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

Color convert

RGB 112 133 115 -
CMYK 0.16 0 0.14 0.48
HSL 128.57º 0.09% 0.48% -
HSV(B) 128.57º 0.16% 0.52% -
XYZ 18.16 21.46 19.4 -
YUV 124.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 112 133 115 0.16 0 0.14 0.48 128.57 0.09 0.48
Hex 70 85 73 10 0 E 30 81 9 30
Octal 160 205 163 20 0 16 60 201 11 60
Binary 1110000 10000101 1110011 10000 0 1110 110000 10000001 1001 110000

Color Harmonies of #708573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708573

Black with #708573

Text Example


Text Example

White with #708573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708573; }

 p { color: rgb(112,133,115); }

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

background-color css

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

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

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

border-color css

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

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

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