#689A6E

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

Shades of Laurel #689A6E

Tints of Laurel #689A6E

Color information

#689A6E (or 0x689A6E) is unknown color: approx Laurel. HEX triplet: 68, 9A and 6E. RGB value is (104,154,110). Sum of RGB (Red+Green+Blue) = 104+154+110=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #689A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689A6E is #976591. Grayscale: #868686. Windows color (decimal): -9921938 or 7248488. OLE color: 7248488.

HSL color Cylindrical-coordinate representation of color #689A6E: hue angle of 127.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689A6E is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB104154110-
CMYK0.3200.290.40
HSL127.2º19.84%50.59%-
HSV(B)127.2º32.47%60.39%-
XYZ20.0827.1818.94-
YUV134.03114.44106.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 154 (60.55% from 255) = 41.85%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=28.26%
G=41.85%
B=29.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041541100.3200.290.40127.219.8450.59
Hex689A6E2001D287f1433
Octal15023215640035501772463
Binary1101000100110101101110100000011101101000111111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689A6E; }

 p { color: rgb(104,154,110); }

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

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

 a { background-color: rgb(104,154,110); }

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

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

 span { border-color: rgb(104,154,110); }

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