Html Css Color HEX #688B71 Laurel

📋 copy color: '#688B71'

red 104 ◦ green 139 ◦ blue 113

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

Shades of Laurel #688B71

Tints of Laurel #688B71

RGB

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

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

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

R = 29.21%
G = 39.04%
B = 31.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#688B71 (or 0x688B71) is known color: Laurel. HEX triplet: 68, 8B and 71. RGB value is (104,139,113). Sum of RGB (Red+Green+Blue) = 104+139+113=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #688B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B71 is #97748E. Grayscale: #7D7D7D. Windows color (decimal): -9925775 or 7441256. OLE color: 7441256.

HSL color Cylindrical-coordinate representation of color #688B71: hue angle of 135.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688B71 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 113 -
CMYK 0.25 0 0.19 0.45
HSL 135.43º 0.14% 0.48% -
HSV(B) 135.43º 0.25% 0.55% -
XYZ 17.92 22.6 19.04 -
YUV 125.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 104 139 113 0.25 0 0.19 0.45 135.43 0.14 0.48
Hex 68 8B 71 19 0 13 2D 87 E 30
Octal 150 213 161 31 0 23 55 207 16 60
Binary 1101000 10001011 1110001 11001 0 10011 101101 10000111 1110 110000

Color Harmonies of #688B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B71

Black with #688B71

Text Example


Text Example

White with #688B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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