Html Css Color HEX #688971 Laurel

📋 copy color: '#688971'

red 104 ◦ green 137 ◦ blue 113

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

Shades of Laurel #688971

Tints of Laurel #688971

RGB

 RED value IS 104 (41.02% from 255) = 29.38%

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

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 29.38%
G = 38.7%
B = 31.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#688971 (or 0x688971) is known color: Laurel. HEX triplet: 68, 89 and 71. RGB value is (104,137,113). Sum of RGB (Red+Green+Blue) = 104+137+113=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #688971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688971 is #97768E. Grayscale: #7C7C7C. Windows color (decimal): -9926287 or 7440744. OLE color: 7440744.

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

Color convert

RGB 104 137 113 -
CMYK 0.24 0 0.18 0.46
HSL 136.36º 0.14% 0.47% -
HSV(B) 136.36º 0.24% 0.54% -
XYZ 17.64 22.03 18.94 -
YUV 124.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 104 137 113 0.24 0 0.18 0.46 136.36 0.14 0.47
Hex 68 89 71 18 0 12 2E 88 E 2F
Octal 150 211 161 30 0 22 56 210 16 57
Binary 1101000 10001001 1110001 11000 0 10010 101110 10001000 1110 101111

Color Harmonies of #688971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688971

Black with #688971

Text Example


Text Example

White with #688971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688971; }

 p { color: rgb(104,137,113); }

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

background-color css

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

 a { background-color: rgb(104,137,113); }

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

border-color css

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

 span { border-color: rgb(104,137,113); }

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