Html Css Color HEX #709575 Laurel

📋 copy color: '#709575'

red 112 ◦ green 149 ◦ blue 117

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

Shades of Laurel #709575

Tints of Laurel #709575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 29.63%
G = 39.42%
B = 30.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#709575 (or 0x709575) is known color: Laurel. HEX triplet: 70, 95 and 75. RGB value is (112,149,117). Sum of RGB (Red+Green+Blue) = 112+149+117=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #709575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709575 is #8F6A8A. Grayscale: #868686. Windows color (decimal): -9398923 or 7705968. OLE color: 7705968.

HSL color Cylindrical-coordinate representation of color #709575: hue angle of 128.11º 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 #709575 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 117 -
CMYK 0.25 0 0.21 0.42
HSL 128.11º 0.15% 0.51% -
HSV(B) 128.11º 0.25% 0.58% -
XYZ 20.64 26.22 20.8 -
YUV 134.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 112 149 117 0.25 0 0.21 0.42 128.11 0.15 0.51
Hex 70 95 75 19 0 15 2A 80 F 33
Octal 160 225 165 31 0 25 52 200 17 63
Binary 1110000 10010101 1110101 11001 0 10101 101010 10000000 1111 110011

Color Harmonies of #709575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709575

Black with #709575

Text Example


Text Example

White with #709575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709575; }

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

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

background-color css

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

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

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

border-color css

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

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

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