#698868

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

Shades of Laurel #698868

Tints of Laurel #698868

Color information

#698868 (or 0x698868) is unknown color: approx Laurel. HEX triplet: 69, 88 and 68. RGB value is (105,136,104). Sum of RGB (Red+Green+Blue) = 105+136+104=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #698868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698868 is #967797. Grayscale: #7B7B7B. Windows color (decimal): -9861016 or 6850665. OLE color: 6850665.

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

Color convert

RGB105136104-
CMYK0.2300.240.47
HSL118.12º13.33%47.06%-
HSV(B)118.12º23.53%53.33%-
XYZ17.1321.6116.37-
YUV123.08117.23115.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 136 (53.52% from 255) = 39.42%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=30.43%
G=39.42%
B=30.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051361040.2300.240.47118.1213.3347.06
Hex698868170182F76d2f
Octal15121015027030571661557
Binary11010011000100011010001011101100010111111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698868; }

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

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

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

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

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

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

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

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