#698268

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

Shades of Laurel #698268

Tints of Laurel #698268

Color information

#698268 (or 0x698268) is unknown color: approx Laurel. HEX triplet: 69, 82 and 68. RGB value is (105,130,104). Sum of RGB (Red+Green+Blue) = 105+130+104=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #698268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698268 is #967D97. Grayscale: #777777. Windows color (decimal): -9862552 or 6849129. OLE color: 6849129.

HSL color Cylindrical-coordinate representation of color #698268: hue angle of 117.69º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698268 is Cyan = 0.19, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB105130104-
CMYK0.1900.20.49
HSL117.69º11.11%45.88%-
HSV(B)117.69º20%50.98%-
XYZ16.3119.9716.09-
YUV119.56119.22117.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=30.97%
G=38.35%
B=30.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051301040.1900.20.49117.6911.1145.88
Hex698268130143176b2e
Octal15120215023024611661356
Binary11010011000001011010001001101010011000111101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698268; }

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

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

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

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

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

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

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

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