Html Css Color HEX #68713A Woodland

📋 copy color: '#68713A'

red 104 ◦ green 113 ◦ blue 58

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

Shades of Woodland #68713A

Tints of Woodland #68713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 37.82%
G = 41.09%
B = 21.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#68713A (or 0x68713A) is known color: Woodland. HEX triplet: 68, 71 and 3A. RGB value is (104,113,58). Sum of RGB (Red+Green+Blue) = 104+113+58=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #68713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68713A is #978EC5. Grayscale: #686868. Windows color (decimal): -9932486 or 3830120. OLE color: 3830120.

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

Color convert

RGB 104 113 58 -
CMYK 0.08 0 0.49 0.56
HSL 69.82º 0.32% 0.34% -
HSV(B) 69.82º 0.49% 0.44% -
XYZ 12.38 15.06 6.26 -
YUV 104.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 104 113 58 0.08 0 0.49 0.56 69.82 0.32 0.34
Hex 68 71 3A 8 0 31 38 46 20 22
Octal 150 161 72 10 0 61 70 106 40 42
Binary 1101000 1110001 111010 1000 0 110001 111000 1000110 100000 100010

Color Harmonies of #68713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68713A

Black with #68713A

Text Example


Text Example

White with #68713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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