Html Css Color HEX #708773 Laurel

📋 copy color: '#708773'

red 112 ◦ green 135 ◦ blue 115

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

Shades of Laurel #708773

Tints of Laurel #708773

RGB

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

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

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

R = 30.94%
G = 37.29%
B = 31.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#708773 (or 0x708773) is known color: Laurel. HEX triplet: 70, 87 and 73. RGB value is (112,135,115). Sum of RGB (Red+Green+Blue) = 112+135+115=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #708773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708773 is #8F788C. Grayscale: #7D7D7D. Windows color (decimal): -9402509 or 7571312. OLE color: 7571312.

HSL color Cylindrical-coordinate representation of color #708773: hue angle of 127.83º 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 #708773 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 115 -
CMYK 0.17 0 0.15 0.47
HSL 127.83º 0.09% 0.48% -
HSV(B) 127.83º 0.17% 0.53% -
XYZ 18.44 22.01 19.5 -
YUV 125.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 112 135 115 0.17 0 0.15 0.47 127.83 0.09 0.48
Hex 70 87 73 11 0 F 2F 80 9 30
Octal 160 207 163 21 0 17 57 200 11 60
Binary 1110000 10000111 1110011 10001 0 1111 101111 10000000 1001 110000

Color Harmonies of #708773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708773

Black with #708773

Text Example


Text Example

White with #708773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708773; }

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

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

background-color css

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

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

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

border-color css

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

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

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