#688269

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

Shades of Laurel #688269

Tints of Laurel #688269

Color information

#688269 (or 0x688269) is unknown color: approx Laurel. HEX triplet: 68, 82 and 69. RGB value is (104,130,105). Sum of RGB (Red+Green+Blue) = 104+130+105=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #688269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688269 is #977D96. Grayscale: #777777. Windows color (decimal): -9928087 or 6914664. OLE color: 6914664.

HSL color Cylindrical-coordinate representation of color #688269: hue angle of 122.31º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #688269 is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB104130105-
CMYK0.200.190.49
HSL122.31º11.11%45.88%-
HSV(B)122.31º20%50.98%-
XYZ16.2419.9316.36-
YUV119.38119.89117.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=30.68%
G=38.35%
B=30.97%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301050.200.190.49122.3111.1145.88
Hex68826914013317ab2e
Octal15020215124023611721356
Binary11010001000001011010011010001001111000111110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688269; }

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

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

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

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

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

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

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

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