#688F6B

Color #688F6B Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #688F6B

Tints of Laurel #688F6B

Color information

#688F6B (or 0x688F6B) is unknown color: approx Laurel. HEX triplet: 68, 8F and 6B. RGB value is (104,143,107). Sum of RGB (Red+Green+Blue) = 104+143+107=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 143 - color contains mainly: green. Hex color #688F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688F6B is #977094. Grayscale: #7F7F7F. Windows color (decimal): -9924757 or 7049064. OLE color: 7049064.

HSL color Cylindrical-coordinate representation of color #688F6B: hue angle of 124.62º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688F6B is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB104143107-
CMYK0.2700.250.44
HSL124.62º15.79%48.43%-
HSV(B)124.62º27.27%56.08%-
XYZ18.1923.6517.52-
YUV127.23116.58111.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 143 (56.25% from 255) = 40.40%
BLUE value IS 107 (42.19% from 255) = 30.23%
R=29.38%
G=40.40%
B=30.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041431070.2700.250.44124.6215.7948.43
Hex688F6B1B0192C7d1030
Octal15021715333031541752060
Binary110100010001111110101111011011001101100111110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,143,107); }

 H1.HeaderClassName
 {
   color: #688F6B;
 }
 .AnyTagClassName
 {
   color: #688F6B;
 }
</style>
background-color css

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

 a { background-color: rgb(104,143,107); }

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

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

 span { border-color: rgb(104,143,107); }

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