#689B66

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

Shades of Laurel #689B66

Tints of Laurel #689B66

Color information

#689B66 (or 0x689B66) is unknown color: approx Laurel. HEX triplet: 68, 9B and 66. RGB value is (104,155,102). Sum of RGB (Red+Green+Blue) = 104+155+102=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #689B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689B66 is #976499. Grayscale: #858585. Windows color (decimal): -9921690 or 6724456. OLE color: 6724456.

HSL color Cylindrical-coordinate representation of color #689B66: hue angle of 117.74º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689B66 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB104155102-
CMYK0.3300.340.39
HSL117.74º20.95%50.39%-
HSV(B)117.74º34.19%60.78%-
XYZ19.8327.3516.8-
YUV133.71110.1106.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 155 (60.94% from 255) = 42.94%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=28.81%
G=42.94%
B=28.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041551020.3300.340.39117.7420.9550.39
Hex689B662102227761532
Octal15023314641042471662562
Binary11010001001101111001101000010100010100111111011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,155,102); }

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

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

 a { background-color: rgb(104,155,102); }

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

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

 span { border-color: rgb(104,155,102); }

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