#698470

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

Shades of Laurel #698470

Tints of Laurel #698470

Color information

#698470 (or 0x698470) is unknown color: approx Laurel. HEX triplet: 69, 84 and 70. RGB value is (105,132,112). Sum of RGB (Red+Green+Blue) = 105+132+112=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #698470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698470 is #967B8F. Grayscale: #797979. Windows color (decimal): -9862032 or 7373929. OLE color: 7373929.

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

Color convert

RGB105132112-
CMYK0.2000.150.48
HSL135.56º11.39%46.47%-
HSV(B)135.56º20.45%51.76%-
XYZ1720.6818.42-
YUV121.65122.55116.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=30.09%
G=37.82%
B=32.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051321120.2000.150.48135.5611.3946.47
Hex698470140F3088b2e
Octal15120416024017602101356
Binary11010011000010011100001010001111110000100010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698470; }

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

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

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

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

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

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

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

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