Html Css Color HEX #687252 Willow Grove

📋 copy color: '#687252'

red 104 ◦ green 114 ◦ blue 82

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

Shades of Willow Grove #687252

Tints of Willow Grove #687252

RGB

 RED value IS 104 (41.02% from 255) = 34.67%

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 82 (32.42% from 255) = 27.33%

R = 34.67%
G = 38%
B = 27.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#687252 (or 0x687252) is known color: Willow Grove. HEX triplet: 68, 72 and 52. RGB value is (104,114,82). Sum of RGB (Red+Green+Blue) = 104+114+82=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #687252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687252 is #978DAD. Grayscale: #6B6B6B. Windows color (decimal): -9932206 or 5403240. OLE color: 5403240.

HSL color Cylindrical-coordinate representation of color #687252: hue angle of 78.75º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #687252 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 114 82 -
CMYK 0.09 0 0.28 0.55
HSL 78.75º 0.16% 0.38% -
HSV(B) 78.75º 0.28% 0.45% -
XYZ 13.25 15.59 10.29 -
YUV 107.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 104 114 82 0.09 0 0.28 0.55 78.75 0.16 0.38
Hex 68 72 52 9 0 1C 37 4F 10 26
Octal 150 162 122 11 0 34 67 117 20 46
Binary 1101000 1110010 1010010 1001 0 11100 110111 1001111 10000 100110

Color Harmonies of #687252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687252

Black with #687252

Text Example


Text Example

White with #687252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687252; }

 p { color: rgb(104,114,82); }

 H1.HeaderClassName
 {
   color: #687252;
 }
 .AnyTagClassName
 {
   color: #687252;
 }
</style>

background-color css

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

 a { background-color: rgb(104,114,82); }

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

border-color css

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

 span { border-color: rgb(104,114,82); }

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