Html Css Color HEX #708974 Laurel

📋 copy color: '#708974'

red 112 ◦ green 137 ◦ blue 116

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

Shades of Laurel #708974

Tints of Laurel #708974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

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

R = 30.68%
G = 37.53%
B = 31.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#708974 (or 0x708974) is known color: Laurel. HEX triplet: 70, 89 and 74. RGB value is (112,137,116). Sum of RGB (Red+Green+Blue) = 112+137+116=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #708974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708974 is #8F768B. Grayscale: #7F7F7F. Windows color (decimal): -9401996 or 7637360. OLE color: 7637360.

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

Color convert

RGB 112 137 116 -
CMYK 0.18 0 0.15 0.46
HSL 129.6º 0.1% 0.49% -
HSV(B) 129.6º 0.18% 0.54% -
XYZ 18.78 22.6 19.89 -
YUV 127.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 112 137 116 0.18 0 0.15 0.46 129.6 0.1 0.49
Hex 70 89 74 12 0 F 2E 82 A 31
Octal 160 211 164 22 0 17 56 202 12 61
Binary 1110000 10001001 1110100 10010 0 1111 101110 10000010 1010 110001

Color Harmonies of #708974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708974

Black with #708974

Text Example


Text Example

White with #708974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708974; }

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

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

background-color css

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

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

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

border-color css

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

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

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