#689869

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

Shades of Laurel #689869

Tints of Laurel #689869

Color information

#689869 (or 0x689869) is unknown color: approx Laurel. HEX triplet: 68, 98 and 69. RGB value is (104,152,105). Sum of RGB (Red+Green+Blue) = 104+152+105=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #689869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689869 is #976796. Grayscale: #848484. Windows color (decimal): -9922455 or 6920296. OLE color: 6920296.

HSL color Cylindrical-coordinate representation of color #689869: hue angle of 121.25º 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 #689869 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB104152105-
CMYK0.3200.310.40
HSL121.25º18.9%50.2%-
HSV(B)121.25º31.58%59.61%-
XYZ19.4926.4217.44-
YUV132.29112.6107.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=28.81%
G=42.11%
B=29.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521050.3200.310.40121.2518.950.2
Hex6898692001F28791332
Octal15023015140037501712362
Binary1101000100110001101001100000011111101000111100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689869; }

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

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

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

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

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

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

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

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