Html Css Color HEX #688771 Laurel

📋 copy color: '#688771'

red 104 ◦ green 135 ◦ blue 113

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

Shades of Laurel #688771

Tints of Laurel #688771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.35%

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

R = 29.55%
G = 38.35%
B = 32.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#688771 (or 0x688771) is known color: Laurel. HEX triplet: 68, 87 and 71. RGB value is (104,135,113). Sum of RGB (Red+Green+Blue) = 104+135+113=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #688771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688771 is #97788E. Grayscale: #7B7B7B. Windows color (decimal): -9926799 or 7440232. OLE color: 7440232.

HSL color Cylindrical-coordinate representation of color #688771: hue angle of 137.42º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #688771 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 113 -
CMYK 0.23 0 0.16 0.47
HSL 137.42º 0.13% 0.47% -
HSV(B) 137.42º 0.23% 0.53% -
XYZ 17.35 21.46 18.85 -
YUV 123.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 104 135 113 0.23 0 0.16 0.47 137.42 0.13 0.47
Hex 68 87 71 17 0 10 2F 89 D 2F
Octal 150 207 161 27 0 20 57 211 15 57
Binary 1101000 10000111 1110001 10111 0 10000 101111 10001001 1101 101111

Color Harmonies of #688771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688771

Black with #688771

Text Example


Text Example

White with #688771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688771; }

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

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

background-color css

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

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

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

border-color css

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

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

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