Html Css Color HEX #708874 Laurel

📋 copy color: '#708874'

red 112 ◦ green 136 ◦ blue 116

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

Shades of Laurel #708874

Tints of Laurel #708874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

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

R = 30.77%
G = 37.36%
B = 31.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#708874 (or 0x708874) is known color: Laurel. HEX triplet: 70, 88 and 74. RGB value is (112,136,116). Sum of RGB (Red+Green+Blue) = 112+136+116=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #708874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708874 is #8F778B. Grayscale: #7E7E7E. Windows color (decimal): -9402252 or 7637104. OLE color: 7637104.

HSL color Cylindrical-coordinate representation of color #708874: hue angle of 130º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708874 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 116 -
CMYK 0.18 0 0.15 0.47
HSL 130º 0.1% 0.49% -
HSV(B) 130º 0.18% 0.53% -
XYZ 18.64 22.31 19.85 -
YUV 126.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 112 136 116 0.18 0 0.15 0.47 130 0.1 0.49
Hex 70 88 74 12 0 F 2F 82 A 31
Octal 160 210 164 22 0 17 57 202 12 61
Binary 1110000 10001000 1110100 10010 0 1111 101111 10000010 1010 110001

Color Harmonies of #708874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708874

Black with #708874

Text Example


Text Example

White with #708874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708874; }

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

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

background-color css

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

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

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

border-color css

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

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

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