Html Css Color HEX #68713F Woodland

📋 copy color: '#68713F'

red 104 ◦ green 113 ◦ blue 63

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

Shades of Woodland #68713F

Tints of Woodland #68713F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

 BLUE value IS 63 (25% from 255) = 22.5%

R = 37.14%
G = 40.36%
B = 22.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#68713F (or 0x68713F) is known color: Woodland. HEX triplet: 68, 71 and 3F. RGB value is (104,113,63). Sum of RGB (Red+Green+Blue) = 104+113+63=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #68713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68713F is #978EC0. Grayscale: #686868. Windows color (decimal): -9932481 or 4157800. OLE color: 4157800.

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

Color convert

RGB 104 113 63 -
CMYK 0.08 0 0.44 0.56
HSL 70.8º 0.28% 0.35% -
HSV(B) 70.8º 0.44% 0.44% -
XYZ 12.51 15.11 6.96 -
YUV 104.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 104 113 63 0.08 0 0.44 0.56 70.8 0.28 0.35
Hex 68 71 3F 8 0 2C 38 47 1C 23
Octal 150 161 77 10 0 54 70 107 34 43
Binary 1101000 1110001 111111 1000 0 101100 111000 1000111 11100 100011

Color Harmonies of #68713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68713F

Black with #68713F

Text Example


Text Example

White with #68713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68713F; }

 p { color: rgb(104,113,63); }

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

background-color css

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

 a { background-color: rgb(104,113,63); }

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

border-color css

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

 span { border-color: rgb(104,113,63); }

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