Html Css Color HEX #709374 Laurel

📋 copy color: '#709374'

red 112 ◦ green 147 ◦ blue 116

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

Shades of Laurel #709374

Tints of Laurel #709374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.2%

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

R = 29.87%
G = 39.2%
B = 30.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#709374 (or 0x709374) is known color: Laurel. HEX triplet: 70, 93 and 74. RGB value is (112,147,116). Sum of RGB (Red+Green+Blue) = 112+147+116=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #709374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709374 is #8F6C8B. Grayscale: #858585. Windows color (decimal): -9399436 or 7639920. OLE color: 7639920.

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

Color convert

RGB 112 147 116 -
CMYK 0.24 0 0.21 0.42
HSL 126.86º 0.14% 0.51% -
HSV(B) 126.86º 0.24% 0.58% -
XYZ 20.27 25.57 20.39 -
YUV 133 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 112 147 116 0.24 0 0.21 0.42 126.86 0.14 0.51
Hex 70 93 74 18 0 15 2A 7F E 33
Octal 160 223 164 30 0 25 52 177 16 63
Binary 1110000 10010011 1110100 11000 0 10101 101010 1111111 1110 110011

Color Harmonies of #709374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709374

Black with #709374

Text Example


Text Example

White with #709374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709374; }

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

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

background-color css

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

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

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

border-color css

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

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

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