#698368

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

Shades of Laurel #698368

Tints of Laurel #698368

Color information

#698368 (or 0x698368) is unknown color: approx Laurel. HEX triplet: 69, 83 and 68. RGB value is (105,131,104). Sum of RGB (Red+Green+Blue) = 105+131+104=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #698368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698368 is #967C97. Grayscale: #787878. Windows color (decimal): -9862296 or 6849385. OLE color: 6849385.

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

Color convert

RGB105131104-
CMYK0.2000.210.49
HSL117.78º11.49%46.08%-
HSV(B)117.78º20.61%51.37%-
XYZ16.4420.2416.14-
YUV120.15118.89117.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=30.88%
G=38.53%
B=30.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051311040.2000.210.49117.7811.4946.08
Hex698368140153176b2e
Octal15120315024025611661356
Binary11010011000001111010001010001010111000111101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698368; }

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

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

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

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

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

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

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

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