#698256

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

Shades of Willow Grove #698256

Tints of Willow Grove #698256

Color information

#698256 (or 0x698256) is unknown color: approx Willow Grove. HEX triplet: 69, 82 and 56. RGB value is (105,130,86). Sum of RGB (Red+Green+Blue) = 105+130+86=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #698256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698256 is #967DA9. Grayscale: #757575. Windows color (decimal): -9862570 or 5669481. OLE color: 5669481.

HSL color Cylindrical-coordinate representation of color #698256: hue angle of 94.09º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #698256 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB10513086-
CMYK0.1900.340.49
HSL94.09º20.37%42.35%-
HSV(B)94.09º33.85%50.98%-
XYZ15.4919.6411.78-
YUV117.51110.22119.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=32.71%
G=40.50%
B=26.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130860.1900.340.4994.0920.3742.35
Hex69825613022315e142a
Octal15120212623042611362452
Binary1101001100000101010110100110100010110001101111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698256; }

 p { color: rgb(105,130,86); }

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

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

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

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

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

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

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