Html Css Color HEX #708272 Laurel

📋 copy color: '#708272'

red 112 ◦ green 130 ◦ blue 114

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

Shades of Laurel #708272

Tints of Laurel #708272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

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

R = 31.46%
G = 36.52%
B = 32.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#708272 (or 0x708272) is known color: Laurel. HEX triplet: 70, 82 and 72. RGB value is (112,130,114). Sum of RGB (Red+Green+Blue) = 112+130+114=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #708272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708272 is #8F7D8D. Grayscale: #7A7A7A. Windows color (decimal): -9403790 or 7504496. OLE color: 7504496.

HSL color Cylindrical-coordinate representation of color #708272: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #708272 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 114 -
CMYK 0.14 0 0.12 0.49
HSL 126.67º 0.07% 0.47% -
HSV(B) 126.67º 0.14% 0.51% -
XYZ 17.7 20.62 18.97 -
YUV 122.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 112 130 114 0.14 0 0.12 0.49 126.67 0.07 0.47
Hex 70 82 72 E 0 C 31 7F 7 2F
Octal 160 202 162 16 0 14 61 177 7 57
Binary 1110000 10000010 1110010 1110 0 1100 110001 1111111 111 101111

Color Harmonies of #708272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708272

Black with #708272

Text Example


Text Example

White with #708272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708272; }

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

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

background-color css

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

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

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

border-color css

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

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

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