#689469

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

Shades of Laurel #689469

Tints of Laurel #689469

Color information

#689469 (or 0x689469) is unknown color: approx Laurel. HEX triplet: 68, 94 and 69. RGB value is (104,148,105). Sum of RGB (Red+Green+Blue) = 104+148+105=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #689469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689469 is #976B96. Grayscale: #828282. Windows color (decimal): -9923479 or 6919272. OLE color: 6919272.

HSL color Cylindrical-coordinate representation of color #689469: hue angle of 121.36º 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 #689469 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB104148105-
CMYK0.3000.290.42
HSL121.36º17.46%49.41%-
HSV(B)121.36º29.73%58.04%-
XYZ18.8525.1417.22-
YUV129.94113.92109.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=29.13%
G=41.46%
B=29.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041481050.3000.290.42121.3617.4649.41
Hex6894691E01D2A791131
Octal15022415136035521712161
Binary110100010010100110100111110011101101010111100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689469; }

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

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

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

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

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

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

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

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