#689269

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

Shades of Laurel #689269

Tints of Laurel #689269

Color information

#689269 (or 0x689269) is unknown color: approx Laurel. HEX triplet: 68, 92 and 69. RGB value is (104,146,105). Sum of RGB (Red+Green+Blue) = 104+146+105=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #689269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689269 is #976D96. Grayscale: #808080. Windows color (decimal): -9923991 or 6918760. OLE color: 6918760.

HSL color Cylindrical-coordinate representation of color #689269: hue angle of 121.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689269 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB104146105-
CMYK0.2900.280.43
HSL121.43º16.8%49.02%-
HSV(B)121.43º28.77%57.25%-
XYZ18.5424.5217.12-
YUV128.77114.59110.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=29.30%
G=41.13%
B=29.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041461050.2900.280.43121.4316.849.02
Hex6892691D01C2B791131
Octal15022215135034531712161
Binary110100010010010110100111101011100101011111100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689269; }

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

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

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

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

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

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

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

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