#698468

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

Shades of Laurel #698468

Tints of Laurel #698468

Color information

#698468 (or 0x698468) is unknown color: approx Laurel. HEX triplet: 69, 84 and 68. RGB value is (105,132,104). Sum of RGB (Red+Green+Blue) = 105+132+104=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #698468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698468 is #967B97. Grayscale: #787878. Windows color (decimal): -9862040 or 6849641. OLE color: 6849641.

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

Color convert

RGB105132104-
CMYK0.2000.210.48
HSL117.86º11.86%46.27%-
HSV(B)117.86º21.21%51.76%-
XYZ16.5820.5116.18-
YUV120.73118.55116.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=30.79%
G=38.71%
B=30.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051321040.2000.210.48117.8611.8646.27
Hex698468140153076c2e
Octal15120415024025601661456
Binary11010011000010011010001010001010111000011101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698468; }

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

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

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

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

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

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

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

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