#689568

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

Shades of Laurel #689568

Tints of Laurel #689568

Color information

#689568 (or 0x689568) is unknown color: approx Laurel. HEX triplet: 68, 95 and 68. RGB value is (104,149,104). Sum of RGB (Red+Green+Blue) = 104+149+104=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #689568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689568 is #976A97. Grayscale: #828282. Windows color (decimal): -9923224 or 6853992. OLE color: 6853992.

HSL color Cylindrical-coordinate representation of color #689568: hue angle of 120º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689568 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB104149104-
CMYK0.3000.300.42
HSL120º17.79%49.61%-
HSV(B)120º30.2%58.43%-
XYZ18.9625.4417.01-
YUV130.42113.09109.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=29.13%
G=41.74%
B=29.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491040.3000.300.4212017.7949.61
Hex6895681E01E2A781232
Octal15022515036036521702262
Binary110100010010101110100011110011110101010111100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689568; }

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

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

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

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

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

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

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

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