#689A6A

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

Shades of Laurel #689A6A

Tints of Laurel #689A6A

Color information

#689A6A (or 0x689A6A) is unknown color: approx Laurel. HEX triplet: 68, 9A and 6A. RGB value is (104,154,106). Sum of RGB (Red+Green+Blue) = 104+154+106=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #689A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689A6A is #976595. Grayscale: #858585. Windows color (decimal): -9921942 or 6986344. OLE color: 6986344.

HSL color Cylindrical-coordinate representation of color #689A6A: hue angle of 122.4º 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 #689A6A is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB104154106-
CMYK0.3200.310.40
HSL122.4º19.84%50.59%-
HSV(B)122.4º32.47%60.39%-
XYZ19.8727.0917.82-
YUV133.58112.44106.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 154 (60.55% from 255) = 42.31%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=28.57%
G=42.31%
B=29.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041541060.3200.310.40122.419.8450.59
Hex689A6A2001F287a1433
Octal15023215240037501722463
Binary1101000100110101101010100000011111101000111101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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