Html Css Color HEX #709573 Laurel

📋 copy color: '#709573'

red 112 ◦ green 149 ◦ blue 115

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

Shades of Laurel #709573

Tints of Laurel #709573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

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

R = 29.79%
G = 39.63%
B = 30.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#709573 (or 0x709573) is known color: Laurel. HEX triplet: 70, 95 and 73. RGB value is (112,149,115). Sum of RGB (Red+Green+Blue) = 112+149+115=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #709573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709573 is #8F6A8C. Grayscale: #868686. Windows color (decimal): -9398925 or 7574896. OLE color: 7574896.

HSL color Cylindrical-coordinate representation of color #709573: hue angle of 124.86º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709573 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 115 -
CMYK 0.25 0 0.23 0.42
HSL 124.86º 0.15% 0.51% -
HSV(B) 124.86º 0.25% 0.58% -
XYZ 20.52 26.18 20.19 -
YUV 134.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 112 149 115 0.25 0 0.23 0.42 124.86 0.15 0.51
Hex 70 95 73 19 0 17 2A 7D F 33
Octal 160 225 163 31 0 27 52 175 17 63
Binary 1110000 10010101 1110011 11001 0 10111 101010 1111101 1111 110011

Color Harmonies of #709573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709573

Black with #709573

Text Example


Text Example

White with #709573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709573; }

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

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

background-color css

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

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

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

border-color css

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

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

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