Html Css Color HEX #708B74 Laurel

📋 copy color: '#708B74'

red 112 ◦ green 139 ◦ blue 116

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

Shades of Laurel #708B74

Tints of Laurel #708B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.87%

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

R = 30.52%
G = 37.87%
B = 31.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#708B74 (or 0x708B74) is known color: Laurel. HEX triplet: 70, 8B and 74. RGB value is (112,139,116). Sum of RGB (Red+Green+Blue) = 112+139+116=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #708B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B74 is #8F748B. Grayscale: #808080. Windows color (decimal): -9401484 or 7637872. OLE color: 7637872.

HSL color Cylindrical-coordinate representation of color #708B74: hue angle of 128.89º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708B74 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 116 -
CMYK 0.19 0 0.17 0.45
HSL 128.89º 0.11% 0.49% -
HSV(B) 128.89º 0.19% 0.55% -
XYZ 19.07 23.17 19.99 -
YUV 128.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 112 139 116 0.19 0 0.17 0.45 128.89 0.11 0.49
Hex 70 8B 74 13 0 11 2D 81 B 31
Octal 160 213 164 23 0 21 55 201 13 61
Binary 1110000 10001011 1110100 10011 0 10001 101101 10000001 1011 110001

Color Harmonies of #708B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B74

Black with #708B74

Text Example


Text Example

White with #708B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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