#698568

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

Shades of Laurel #698568

Tints of Laurel #698568

Color information

#698568 (or 0x698568) is unknown color: approx Laurel. HEX triplet: 69, 85 and 68. RGB value is (105,133,104). Sum of RGB (Red+Green+Blue) = 105+133+104=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #698568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698568 is #967A97. Grayscale: #797979. Windows color (decimal): -9861784 or 6849897. OLE color: 6849897.

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

Color convert

RGB105133104-
CMYK0.2100.220.48
HSL117.93º12.24%46.47%-
HSV(B)117.93º21.8%52.16%-
XYZ16.7120.7816.23-
YUV121.32118.22116.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=30.70%
G=38.89%
B=30.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331040.2100.220.48117.9312.2446.47
Hex698568150163076c2e
Octal15120515025026601661456
Binary11010011000010111010001010101011011000011101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698568; }

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

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

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

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

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

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

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

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