Html Css Color HEX #687046 Woodland

📋 copy color: '#687046'

red 104 ◦ green 112 ◦ blue 70

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

Shades of Woodland #687046

Tints of Woodland #687046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

 BLUE value IS 70 (27.73% from 255) = 24.48%

R = 36.36%
G = 39.16%
B = 24.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#687046 (or 0x687046) is known color: Woodland. HEX triplet: 68, 70 and 46. RGB value is (104,112,70). Sum of RGB (Red+Green+Blue) = 104+112+70=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #687046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687046 is #978FB9. Grayscale: #686868. Windows color (decimal): -9932730 or 4616296. OLE color: 4616296.

HSL color Cylindrical-coordinate representation of color #687046: hue angle of 71.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #687046 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 70 -
CMYK 0.07 0 0.38 0.56
HSL 71.43º 0.23% 0.36% -
HSV(B) 71.43º 0.38% 0.44% -
XYZ 12.61 14.97 8.02 -
YUV 104.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 104 112 70 0.07 0 0.38 0.56 71.43 0.23 0.36
Hex 68 70 46 7 0 26 38 47 17 24
Octal 150 160 106 7 0 46 70 107 27 44
Binary 1101000 1110000 1000110 111 0 100110 111000 1000111 10111 100100

Color Harmonies of #687046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687046

Black with #687046

Text Example


Text Example

White with #687046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687046; }

 p { color: rgb(104,112,70); }

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

background-color css

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

 a { background-color: rgb(104,112,70); }

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

border-color css

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

 span { border-color: rgb(104,112,70); }

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