Html Css Color HEX #708F74 Laurel

📋 copy color: '#708F74'

red 112 ◦ green 143 ◦ blue 116

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

Shades of Laurel #708F74

Tints of Laurel #708F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.54%

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

R = 30.19%
G = 38.54%
B = 31.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#708F74 (or 0x708F74) is known color: Laurel. HEX triplet: 70, 8F and 74. RGB value is (112,143,116). Sum of RGB (Red+Green+Blue) = 112+143+116=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 143 - color contains mainly: green. Hex color #708F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F74 is #8F708B. Grayscale: #828282. Windows color (decimal): -9400460 or 7638896. OLE color: 7638896.

HSL color Cylindrical-coordinate representation of color #708F74: hue angle of 127.74º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708F74 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 143 116 -
CMYK 0.22 0 0.19 0.44
HSL 127.74º 0.12% 0.5% -
HSV(B) 127.74º 0.22% 0.56% -
XYZ 19.66 24.35 20.19 -
YUV 130.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 112 143 116 0.22 0 0.19 0.44 127.74 0.12 0.5
Hex 70 8F 74 16 0 13 2C 80 C 32
Octal 160 217 164 26 0 23 54 200 14 62
Binary 1110000 10001111 1110100 10110 0 10011 101100 10000000 1100 110010

Color Harmonies of #708F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708F74

Black with #708F74

Text Example


Text Example

White with #708F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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