#698255

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

Shades of Willow Grove #698255

Tints of Willow Grove #698255

Color information

#698255 (or 0x698255) is unknown color: approx Willow Grove. HEX triplet: 69, 82 and 55. RGB value is (105,130,85). Sum of RGB (Red+Green+Blue) = 105+130+85=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #698255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698255 is #967DAA. Grayscale: #757575. Windows color (decimal): -9862571 or 5603945. OLE color: 5603945.

HSL color Cylindrical-coordinate representation of color #698255: hue angle of 93.33º 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 #698255 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB10513085-
CMYK0.1900.350.49
HSL93.33º20.93%42.16%-
HSV(B)93.33º34.62%50.98%-
XYZ15.4519.6211.57-
YUV117.4109.72119.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=32.81%
G=40.62%
B=26.56%

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
Decimal105130850.1900.350.4993.3320.9342.16
Hex69825513023315d152a
Octal15120212523043611352552
Binary1101001100000101010101100110100011110001101110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698255; }

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

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

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

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

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

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

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

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