#688D70

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

Shades of Laurel #688D70

Tints of Laurel #688D70

Color information

#688D70 (or 0x688D70) is unknown color: approx Laurel. HEX triplet: 68, 8D and 70. RGB value is (104,141,112). Sum of RGB (Red+Green+Blue) = 104+141+112=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #688D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D70 is #97728F. Grayscale: #7E7E7E. Windows color (decimal): -9925264 or 7376232. OLE color: 7376232.

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

Color convert

RGB104141112-
CMYK0.2600.210.45
HSL132.97º15.1%48.04%-
HSV(B)132.97º26.24%55.29%-
XYZ18.1623.1618.84-
YUV126.63119.74111.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=29.13%
G=39.50%
B=31.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041411120.2600.210.45132.9715.148.04
Hex688D701A0152D85f30
Octal15021516032025552051760
Binary110100010001101111000011010010101101101100001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,141,112); }

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

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

 a { background-color: rgb(104,141,112); }

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

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

 span { border-color: rgb(104,141,112); }

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