Html Css Color HEX #698256 Willow Grove

📋 copy color: '#698256'

red 105 ◦ green 130 ◦ blue 86

#698256
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #698256

Tints of Willow Grove #698256

RGB

 RED value IS 105 (41.41% from 255) = 32.71%

 GREEN value IS 130 (51.17% from 255) = 40.5%

 BLUE value IS 86 (33.98% from 255) = 26.79%

R = 32.71%
G = 40.5%
B = 26.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#698256 (or 0x698256) is known color: 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

RGB 105 130 86 -
CMYK 0.19 0 0.34 0.49
HSL 94.09º 0.2% 0.42% -
HSV(B) 94.09º 0.34% 0.51% -
XYZ 15.49 19.64 11.78 -
YUV 117.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 105 130 86 0.19 0 0.34 0.49 94.09 0.2 0.42
Hex 69 82 56 13 0 22 31 5E 14 2A
Octal 151 202 126 23 0 42 61 136 24 52
Binary 1101001 10000010 1010110 10011 0 100010 110001 1011110 10100 101010

Color Harmonies of #698256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698256

Black with #698256

Text Example


Text Example

White with #698256

Text Example


Text Example

HTML Codes & Css Web 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>