#698069

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

Shades of Laurel #698069

Tints of Laurel #698069

Color information

#698069 (or 0x698069) is unknown color: approx Laurel. HEX triplet: 69, 80 and 69. RGB value is (105,128,105). Sum of RGB (Red+Green+Blue) = 105+128+105=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 128 - color contains mainly: green. Hex color #698069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698069 is #967F96. Grayscale: #767676. Windows color (decimal): -9863063 or 6914153. OLE color: 6914153.

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

Color convert

RGB105128105-
CMYK0.1800.180.50
HSL120º9.87%45.69%-
HSV(B)120º17.97%50.2%-
XYZ16.0919.4616.27-
YUV118.5120.38118.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=31.07%
G=37.87%
B=31.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051281050.1800.180.501209.8745.69
Hex698069120123278a2e
Octal15120015122022621701256
Binary11010011000000011010011001001001011001011110001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698069; }

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

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

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

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

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

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

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

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