#689868

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

Shades of Laurel #689868

Tints of Laurel #689868

Color information

#689868 (or 0x689868) is unknown color: approx Laurel. HEX triplet: 68, 98 and 68. RGB value is (104,152,104). Sum of RGB (Red+Green+Blue) = 104+152+104=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #689868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689868 is #976797. Grayscale: #848484. Windows color (decimal): -9922456 or 6854760. OLE color: 6854760.

HSL color Cylindrical-coordinate representation of color #689868: hue angle of 120º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689868 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB104152104-
CMYK0.3200.320.40
HSL120º18.9%50.2%-
HSV(B)120º31.58%59.61%-
XYZ19.4426.417.17-
YUV132.18112.1107.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.89%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 104 (41.02% from 255) = 28.89%
R=28.89%
G=42.22%
B=28.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521040.3200.320.4012018.950.2
Hex6898682002028781332
Octal15023015040040501702362
Binary11010001001100011010001000000100000101000111100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689868; }

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

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

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

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

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

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

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

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