Html Css Color HEX #708570 Laurel

📋 copy color: '#708570'

red 112 ◦ green 133 ◦ blue 112

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

Shades of Laurel #708570

Tints of Laurel #708570

RGB

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

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

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

R = 31.37%
G = 37.25%
B = 31.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#708570 (or 0x708570) is known color: Laurel. HEX triplet: 70, 85 and 70. RGB value is (112,133,112). Sum of RGB (Red+Green+Blue) = 112+133+112=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #708570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708570 is #8F7A8F. Grayscale: #7C7C7C. Windows color (decimal): -9403024 or 7374192. OLE color: 7374192.

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

Color convert

RGB 112 133 112 -
CMYK 0.16 0 0.16 0.48
HSL 120º 0.09% 0.48% -
HSV(B) 120º 0.16% 0.52% -
XYZ 17.99 21.39 18.51 -
YUV 124.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 112 133 112 0.16 0 0.16 0.48 120 0.09 0.48
Hex 70 85 70 10 0 10 30 78 9 30
Octal 160 205 160 20 0 20 60 170 11 60
Binary 1110000 10000101 1110000 10000 0 10000 110000 1111000 1001 110000

Color Harmonies of #708570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708570

Black with #708570

Text Example


Text Example

White with #708570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708570; }

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

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

background-color css

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

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

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

border-color css

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

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

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