Html Css Color HEX #708A74 Laurel

📋 copy color: '#708A74'

red 112 ◦ green 138 ◦ blue 116

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

Shades of Laurel #708A74

Tints of Laurel #708A74

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.7%

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

R = 30.6%
G = 37.7%
B = 31.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#708A74 (or 0x708A74) is known color: Laurel. HEX triplet: 70, 8A and 74. RGB value is (112,138,116). Sum of RGB (Red+Green+Blue) = 112+138+116=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #708A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A74 is #8F758B. Grayscale: #7F7F7F. Windows color (decimal): -9401740 or 7637616. OLE color: 7637616.

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

Color convert

RGB 112 138 116 -
CMYK 0.19 0 0.16 0.46
HSL 129.23º 0.1% 0.49% -
HSV(B) 129.23º 0.19% 0.54% -
XYZ 18.92 22.88 19.94 -
YUV 127.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 112 138 116 0.19 0 0.16 0.46 129.23 0.1 0.49
Hex 70 8A 74 13 0 10 2E 81 A 31
Octal 160 212 164 23 0 20 56 201 12 61
Binary 1110000 10001010 1110100 10011 0 10000 101110 10000001 1010 110001

Color Harmonies of #708A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A74

Black with #708A74

Text Example


Text Example

White with #708A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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