Html Css Color HEX #687342 Woodland

📋 copy color: '#687342'

red 104 ◦ green 115 ◦ blue 66

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

Shades of Woodland #687342

Tints of Woodland #687342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.35%

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

R = 36.49%
G = 40.35%
B = 23.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#687342 (or 0x687342) is known color: Woodland. HEX triplet: 68, 73 and 42. RGB value is (104,115,66). Sum of RGB (Red+Green+Blue) = 104+115+66=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #687342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687342 is #978CBD. Grayscale: #6A6A6A. Windows color (decimal): -9931966 or 4354920. OLE color: 4354920.

HSL color Cylindrical-coordinate representation of color #687342: hue angle of 73.47º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #687342 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 115 66 -
CMYK 0.10 0 0.43 0.55
HSL 73.47º 0.27% 0.35% -
HSV(B) 73.47º 0.43% 0.45% -
XYZ 12.82 15.6 7.49 -
YUV 106.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 104 115 66 0.10 0 0.43 0.55 73.47 0.27 0.35
Hex 68 73 42 A 0 2B 37 49 1B 23
Octal 150 163 102 12 0 53 67 111 33 43
Binary 1101000 1110011 1000010 1010 0 101011 110111 1001001 11011 100011

Color Harmonies of #687342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687342

Black with #687342

Text Example


Text Example

White with #687342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687342; }

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

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

background-color css

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

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

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

border-color css

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

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

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