Html Css Color HEX #709174 Laurel

📋 copy color: '#709174'

red 112 ◦ green 145 ◦ blue 116

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

Shades of Laurel #709174

Tints of Laurel #709174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.87%

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 30.03%
G = 38.87%
B = 31.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#709174 (or 0x709174) is known color: Laurel. HEX triplet: 70, 91 and 74. RGB value is (112,145,116). Sum of RGB (Red+Green+Blue) = 112+145+116=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #709174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709174 is #8F6E8B. Grayscale: #838383. Windows color (decimal): -9399948 or 7639408. OLE color: 7639408.

HSL color Cylindrical-coordinate representation of color #709174: hue angle of 127.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709174 is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 116 -
CMYK 0.23 0 0.2 0.43
HSL 127.27º 0.13% 0.5% -
HSV(B) 127.27º 0.23% 0.57% -
XYZ 19.96 24.96 20.29 -
YUV 131.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 112 145 116 0.23 0 0.2 0.43 127.27 0.13 0.5
Hex 70 91 74 17 0 14 2B 7F D 32
Octal 160 221 164 27 0 24 53 177 15 62
Binary 1110000 10010001 1110100 10111 0 10100 101011 1111111 1101 110010

Color Harmonies of #709174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709174

Black with #709174

Text Example


Text Example

White with #709174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709174; }

 p { color: rgb(112,145,116); }

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

background-color css

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

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

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

border-color css

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

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

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