#698969

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

Shades of Laurel #698969

Tints of Laurel #698969

Color information

#698969 (or 0x698969) is unknown color: approx Laurel. HEX triplet: 69, 89 and 69. RGB value is (105,137,105). Sum of RGB (Red+Green+Blue) = 105+137+105=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #698969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698969 is #967696. Grayscale: #7B7B7B. Windows color (decimal): -9860759 or 6916457. OLE color: 6916457.

HSL color Cylindrical-coordinate representation of color #698969: hue angle of 120º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698969 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB105137105-
CMYK0.2300.230.46
HSL120º13.22%47.45%-
HSV(B)120º23.36%53.73%-
XYZ17.3221.9116.68-
YUV123.78117.4114.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 105 (41.41% from 255) = 30.26%
R=30.26%
G=39.48%
B=30.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051371050.2300.230.4612013.2247.45
Hex698969170172E78d2f
Octal15121115127027561701557
Binary11010011000100111010011011101011110111011110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698969; }

 p { color: rgb(105,137,105); }

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

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

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

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

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

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

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