Html Css Color HEX #708770 Laurel

📋 copy color: '#708770'

red 112 ◦ green 135 ◦ blue 112

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

Shades of Laurel #708770

Tints of Laurel #708770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

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

R = 31.2%
G = 37.6%
B = 31.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#708770 (or 0x708770) is known color: Laurel. HEX triplet: 70, 87 and 70. RGB value is (112,135,112). Sum of RGB (Red+Green+Blue) = 112+135+112=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #708770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708770 is #8F788F. Grayscale: #7D7D7D. Windows color (decimal): -9402512 or 7374704. OLE color: 7374704.

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

Color convert

RGB 112 135 112 -
CMYK 0.17 0 0.17 0.47
HSL 120º 0.09% 0.48% -
HSV(B) 120º 0.17% 0.53% -
XYZ 18.27 21.94 18.6 -
YUV 125.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 112 135 112 0.17 0 0.17 0.47 120 0.09 0.48
Hex 70 87 70 11 0 11 2F 78 9 30
Octal 160 207 160 21 0 21 57 170 11 60
Binary 1110000 10000111 1110000 10001 0 10001 101111 1111000 1001 110000

Color Harmonies of #708770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708770

Black with #708770

Text Example


Text Example

White with #708770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708770; }

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

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

background-color css

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

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

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

border-color css

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

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

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