Html Css Color HEX #708E75 Laurel

📋 copy color: '#708E75'

red 112 ◦ green 142 ◦ blue 117

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

Shades of Laurel #708E75

Tints of Laurel #708E75

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.27%

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

R = 30.19%
G = 38.27%
B = 31.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#708E75 (or 0x708E75) is known color: Laurel. HEX triplet: 70, 8E and 75. RGB value is (112,142,117). Sum of RGB (Red+Green+Blue) = 112+142+117=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #708E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E75 is #8F718A. Grayscale: #828282. Windows color (decimal): -9400715 or 7704176. OLE color: 7704176.

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

Color convert

RGB 112 142 117 -
CMYK 0.21 0 0.18 0.44
HSL 130º 0.12% 0.5% -
HSV(B) 130º 0.21% 0.56% -
XYZ 19.57 24.08 20.45 -
YUV 130.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 112 142 117 0.21 0 0.18 0.44 130 0.12 0.5
Hex 70 8E 75 15 0 12 2C 82 C 32
Octal 160 216 165 25 0 22 54 202 14 62
Binary 1110000 10001110 1110101 10101 0 10010 101100 10000010 1100 110010

Color Harmonies of #708E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E75

Black with #708E75

Text Example


Text Example

White with #708E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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