Html Css Color HEX #708572 Laurel

📋 copy color: '#708572'

red 112 ◦ green 133 ◦ blue 114

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

Shades of Laurel #708572

Tints of Laurel #708572

RGB

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

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

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

R = 31.2%
G = 37.05%
B = 31.75%

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

#708572 (or 0x708572) is known color: Laurel. HEX triplet: 70, 85 and 72. RGB value is (112,133,114). Sum of RGB (Red+Green+Blue) = 112+133+114=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #708572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708572 is #8F7A8D. Grayscale: #7C7C7C. Windows color (decimal): -9403022 or 7505264. OLE color: 7505264.

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

Color convert

RGB 112 133 114 -
CMYK 0.16 0 0.14 0.48
HSL 125.71º 0.09% 0.48% -
HSV(B) 125.71º 0.16% 0.52% -
XYZ 18.11 21.43 19.1 -
YUV 124.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 112 133 114 0.16 0 0.14 0.48 125.71 0.09 0.48
Hex 70 85 72 10 0 E 30 7E 9 30
Octal 160 205 162 20 0 16 60 176 11 60
Binary 1110000 10000101 1110010 10000 0 1110 110000 1111110 1001 110000

Color Harmonies of #708572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708572

Black with #708572

Text Example


Text Example

White with #708572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708572; }

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

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

background-color css

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

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

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

border-color css

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

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

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