#688669

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

Shades of Laurel #688669

Tints of Laurel #688669

Color information

#688669 (or 0x688669) is unknown color: approx Laurel. HEX triplet: 68, 86 and 69. RGB value is (104,134,105). Sum of RGB (Red+Green+Blue) = 104+134+105=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #688669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688669 is #977996. Grayscale: #797979. Windows color (decimal): -9927063 or 6915688. OLE color: 6915688.

HSL color Cylindrical-coordinate representation of color #688669: hue angle of 122º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688669 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB104134105-
CMYK0.2200.220.47
HSL122º12.61%46.67%-
HSV(B)122º22.39%52.55%-
XYZ16.7821.0116.54-
YUV121.72118.56115.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=30.32%
G=39.07%
B=30.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041341050.2200.220.4712212.6146.67
Hex688669160162F7ad2f
Octal15020615126026571721557
Binary11010001000011011010011011001011010111111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688669; }

 p { color: rgb(104,134,105); }

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

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

 a { background-color: rgb(104,134,105); }

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

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

 span { border-color: rgb(104,134,105); }

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