Html Css Color HEX #687042 Woodland

📋 copy color: '#687042'

red 104 ◦ green 112 ◦ blue 66

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

Shades of Woodland #687042

Tints of Woodland #687042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 36.88%
G = 39.72%
B = 23.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#687042 (or 0x687042) is known color: Woodland. HEX triplet: 68, 70 and 42. RGB value is (104,112,66). Sum of RGB (Red+Green+Blue) = 104+112+66=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #687042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687042 is #978FBD. Grayscale: #686868. Windows color (decimal): -9932734 or 4354152. OLE color: 4354152.

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

Color convert

RGB 104 112 66 -
CMYK 0.07 0 0.41 0.56
HSL 70.43º 0.26% 0.35% -
HSV(B) 70.43º 0.41% 0.44% -
XYZ 12.49 14.92 7.38 -
YUV 104.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 104 112 66 0.07 0 0.41 0.56 70.43 0.26 0.35
Hex 68 70 42 7 0 29 38 46 1A 23
Octal 150 160 102 7 0 51 70 106 32 43
Binary 1101000 1110000 1000010 111 0 101001 111000 1000110 11010 100011

Color Harmonies of #687042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687042

Black with #687042

Text Example


Text Example

White with #687042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687042; }

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

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

background-color css

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

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

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

border-color css

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

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

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