#698254

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

Shades of Willow Grove #698254

Tints of Willow Grove #698254

Color information

#698254 (or 0x698254) is unknown color: approx Willow Grove. HEX triplet: 69, 82 and 54. RGB value is (105,130,84). Sum of RGB (Red+Green+Blue) = 105+130+84=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #698254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698254 is #967DAB. Grayscale: #757575. Windows color (decimal): -9862572 or 5538409. OLE color: 5538409.

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

Color convert

RGB10513084-
CMYK0.1900.350.49
HSL92.61º21.5%41.96%-
HSV(B)92.61º35.38%50.98%-
XYZ15.4119.6111.36-
YUV117.28109.22119.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=32.92%
G=40.75%
B=26.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130840.1900.350.4992.6121.541.96
Hex69825413023315d152a
Octal15120212423043611352552
Binary1101001100000101010100100110100011110001101110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698254; }

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

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

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

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

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

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

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

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