Html Css Color HEX #708C74 Laurel

📋 copy color: '#708C74'

red 112 ◦ green 140 ◦ blue 116

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

Shades of Laurel #708C74

Tints of Laurel #708C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

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

R = 30.43%
G = 38.04%
B = 31.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#708C74 (or 0x708C74) is known color: Laurel. HEX triplet: 70, 8C and 74. RGB value is (112,140,116). Sum of RGB (Red+Green+Blue) = 112+140+116=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 140 - color contains mainly: green. Hex color #708C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C74 is #8F738B. Grayscale: #808080. Windows color (decimal): -9401228 or 7638128. OLE color: 7638128.

HSL color Cylindrical-coordinate representation of color #708C74: hue angle of 128.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708C74 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 116 -
CMYK 0.20 0 0.17 0.45
HSL 128.57º 0.11% 0.49% -
HSV(B) 128.57º 0.2% 0.55% -
XYZ 19.21 23.46 20.04 -
YUV 128.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 112 140 116 0.20 0 0.17 0.45 128.57 0.11 0.49
Hex 70 8C 74 14 0 11 2D 81 B 31
Octal 160 214 164 24 0 21 55 201 13 61
Binary 1110000 10001100 1110100 10100 0 10001 101101 10000001 1011 110001

Color Harmonies of #708C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C74

Black with #708C74

Text Example


Text Example

White with #708C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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