Html Css Color HEX #708B76 Laurel

📋 copy color: '#708B76'

red 112 ◦ green 139 ◦ blue 118

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

Shades of Laurel #708B76

Tints of Laurel #708B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.98%

R = 30.35%
G = 37.67%
B = 31.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#708B76 (or 0x708B76) is known color: Laurel. HEX triplet: 70, 8B and 76. RGB value is (112,139,118). Sum of RGB (Red+Green+Blue) = 112+139+118=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #708B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B76 is #8F7489. Grayscale: #808080. Windows color (decimal): -9401482 or 7768944. OLE color: 7768944.

HSL color Cylindrical-coordinate representation of color #708B76: hue angle of 133.33º 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 #708B76 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 118 -
CMYK 0.19 0 0.15 0.45
HSL 133.33º 0.11% 0.49% -
HSV(B) 133.33º 0.19% 0.55% -
XYZ 19.18 23.22 20.61 -
YUV 128.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 112 139 118 0.19 0 0.15 0.45 133.33 0.11 0.49
Hex 70 8B 76 13 0 F 2D 85 B 31
Octal 160 213 166 23 0 17 55 205 13 61
Binary 1110000 10001011 1110110 10011 0 1111 101101 10000101 1011 110001

Color Harmonies of #708B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B76

Black with #708B76

Text Example


Text Example

White with #708B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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