#698569

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

Shades of Laurel #698569

Tints of Laurel #698569

Color information

#698569 (or 0x698569) is unknown color: approx Laurel. HEX triplet: 69, 85 and 69. RGB value is (105,133,105). Sum of RGB (Red+Green+Blue) = 105+133+105=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #698569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698569 is #967A96. Grayscale: #797979. Windows color (decimal): -9861783 or 6915433. OLE color: 6915433.

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

Color convert

RGB105133105-
CMYK0.2100.210.48
HSL120º11.76%46.67%-
HSV(B)120º21.05%52.16%-
XYZ16.7620.816.5-
YUV121.44118.72116.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=30.61%
G=38.78%
B=30.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331050.2100.210.4812011.7646.67
Hex698569150153078c2f
Octal15120515125025601701457
Binary11010011000010111010011010101010111000011110001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698569; }

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

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

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

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

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

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

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

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