Html Css Color HEX #68703A Woodland

📋 copy color: '#68703A'

red 104 ◦ green 112 ◦ blue 58

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

Shades of Woodland #68703A

Tints of Woodland #68703A

RGB

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

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

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

R = 37.96%
G = 40.88%
B = 21.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#68703A (or 0x68703A) is known color: Woodland. HEX triplet: 68, 70 and 3A. RGB value is (104,112,58). Sum of RGB (Red+Green+Blue) = 104+112+58=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #68703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68703A is #978FC5. Grayscale: #676767. Windows color (decimal): -9932742 or 3829864. OLE color: 3829864.

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

Color convert

RGB 104 112 58 -
CMYK 0.07 0 0.48 0.56
HSL 68.89º 0.32% 0.33% -
HSV(B) 68.89º 0.48% 0.44% -
XYZ 12.27 14.84 6.22 -
YUV 103.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 104 112 58 0.07 0 0.48 0.56 68.89 0.32 0.33
Hex 68 70 3A 7 0 30 38 45 20 21
Octal 150 160 72 7 0 60 70 105 40 41
Binary 1101000 1110000 111010 111 0 110000 111000 1000101 100000 100001

Color Harmonies of #68703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68703A

Black with #68703A

Text Example


Text Example

White with #68703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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