Html Css Color HEX #68743D Woodland

📋 copy color: '#68743D'

red 104 ◦ green 116 ◦ blue 61

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

Shades of Woodland #68743D

Tints of Woodland #68743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.28%

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 37.01%
G = 41.28%
B = 21.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#68743D (or 0x68743D) is known color: Woodland. HEX triplet: 68, 74 and 3D. RGB value is (104,116,61). Sum of RGB (Red+Green+Blue) = 104+116+61=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #68743D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68743D is #978BC2. Grayscale: #6A6A6A. Windows color (decimal): -9931715 or 4027496. OLE color: 4027496.

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

Color convert

RGB 104 116 61 -
CMYK 0.10 0 0.47 0.55
HSL 73.09º 0.31% 0.35% -
HSV(B) 73.09º 0.47% 0.45% -
XYZ 12.8 15.77 6.78 -
YUV 106.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 104 116 61 0.10 0 0.47 0.55 73.09 0.31 0.35
Hex 68 74 3D A 0 2F 37 49 1F 23
Octal 150 164 75 12 0 57 67 111 37 43
Binary 1101000 1110100 111101 1010 0 101111 110111 1001001 11111 100011

Color Harmonies of #68743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68743D

Black with #68743D

Text Example


Text Example

White with #68743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68743D; }

 p { color: rgb(104,116,61); }

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

background-color css

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

 a { background-color: rgb(104,116,61); }

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

border-color css

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

 span { border-color: rgb(104,116,61); }

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