#689468

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

Shades of Laurel #689468

Tints of Laurel #689468

Color information

#689468 (or 0x689468) is unknown color: approx Laurel. HEX triplet: 68, 94 and 68. RGB value is (104,148,104). Sum of RGB (Red+Green+Blue) = 104+148+104=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #689468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689468 is #976B97. Grayscale: #818181. Windows color (decimal): -9923480 or 6853736. OLE color: 6853736.

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

Color convert

RGB104148104-
CMYK0.3000.300.42
HSL120º17.46%49.41%-
HSV(B)120º29.73%58.04%-
XYZ18.825.1216.96-
YUV129.83113.42109.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=29.21%
G=41.57%
B=29.21%

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
Decimal1041481040.3000.300.4212017.4649.41
Hex6894681E01E2A781131
Octal15022415036036521702161
Binary110100010010100110100011110011110101010111100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689468; }

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

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

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

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

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

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

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

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