Html Css Color HEX #68743C Woodland

📋 copy color: '#68743C'

red 104 ◦ green 116 ◦ blue 60

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

Shades of Woodland #68743C

Tints of Woodland #68743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.43%

R = 37.14%
G = 41.43%
B = 21.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#68743C (or 0x68743C) is known color: Woodland. HEX triplet: 68, 74 and 3C. RGB value is (104,116,60). Sum of RGB (Red+Green+Blue) = 104+116+60=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #68743C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68743C is #978BC3. Grayscale: #6A6A6A. Windows color (decimal): -9931716 or 3961960. OLE color: 3961960.

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

Color convert

RGB 104 116 60 -
CMYK 0.10 0 0.48 0.55
HSL 72.86º 0.32% 0.35% -
HSV(B) 72.86º 0.48% 0.45% -
XYZ 12.77 15.76 6.64 -
YUV 106.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 104 116 60 0.10 0 0.48 0.55 72.86 0.32 0.35
Hex 68 74 3C A 0 30 37 49 20 23
Octal 150 164 74 12 0 60 67 111 40 43
Binary 1101000 1110100 111100 1010 0 110000 110111 1001001 100000 100011

Color Harmonies of #68743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68743C

Black with #68743C

Text Example


Text Example

White with #68743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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