Html Css Color HEX #68733A Woodland

📋 copy color: '#68733A'

red 104 ◦ green 115 ◦ blue 58

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

Shades of Woodland #68733A

Tints of Woodland #68733A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.52%

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

R = 37.55%
G = 41.52%
B = 20.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#68733A (or 0x68733A) is known color: Woodland. HEX triplet: 68, 73 and 3A. RGB value is (104,115,58). Sum of RGB (Red+Green+Blue) = 104+115+58=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #68733A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68733A is #978CC5. Grayscale: #696969. Windows color (decimal): -9931974 or 3830632. OLE color: 3830632.

HSL color Cylindrical-coordinate representation of color #68733A: hue angle of 71.58º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68733A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 115 58 -
CMYK 0.10 0 0.50 0.55
HSL 71.58º 0.33% 0.34% -
HSV(B) 71.58º 0.5% 0.45% -
XYZ 12.6 15.51 6.33 -
YUV 105.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 104 115 58 0.10 0 0.50 0.55 71.58 0.33 0.34
Hex 68 73 3A A 0 32 37 48 21 22
Octal 150 163 72 12 0 62 67 110 41 42
Binary 1101000 1110011 111010 1010 0 110010 110111 1001000 100001 100010

Color Harmonies of #68733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68733A

Black with #68733A

Text Example


Text Example

White with #68733A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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