#688268

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

Shades of Laurel #688268

Tints of Laurel #688268

Color information

#688268 (or 0x688268) is unknown color: approx Laurel. HEX triplet: 68, 82 and 68. RGB value is (104,130,104). Sum of RGB (Red+Green+Blue) = 104+130+104=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #688268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688268 is #977D97. Grayscale: #777777. Windows color (decimal): -9928088 or 6849128. OLE color: 6849128.

HSL color Cylindrical-coordinate representation of color #688268: hue angle of 120º 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 #688268 is Cyan = 0.2, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB104130104-
CMYK0.200.20.49
HSL120º11.11%45.88%-
HSV(B)120º20%50.98%-
XYZ16.1919.9116.09-
YUV119.26119.39117.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=30.77%
G=38.46%
B=30.77%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301040.200.20.4912011.1145.88
Hex688268140143178b2e
Octal15020215024024611701356
Binary11010001000001011010001010001010011000111110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688268; }

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

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

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

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

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

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

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

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