#68753B

Color #68753B Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #68753B

Tints of Woodland #68753B

Color information

#68753B (or 0x68753B) is unknown color: approx Woodland. HEX triplet: 68, 75 and 3B. RGB value is (104,117,59). Sum of RGB (Red+Green+Blue) = 104+117+59=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #68753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68753B is #978AC4. Grayscale: #6A6A6A. Windows color (decimal): -9931461 or 3896680. OLE color: 3896680.

HSL color Cylindrical-coordinate representation of color #68753B: hue angle of 73.45º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68753B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB10411759-
CMYK0.1100.500.54
HSL73.45º32.95%34.51%-
HSV(B)73.45º49.57%45.88%-
XYZ12.8615.986.54-
YUV106.5101.19126.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 59 (23.44% from 255) = 21.07%
R=37.14%
G=41.79%
B=21.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104117590.1100.500.5473.4532.9534.51
Hex68753BB03236492123
Octal1501657313062661114143
Binary11010001110101111011101101100101101101001001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68753B; }

 p { color: rgb(104,117,59); }

 H1.HeaderClassName
 {
   color: #68753B;
 }
 .AnyTagClassName
 {
   color: #68753B;
 }
</style>
background-color css

<style>
 a { background-color: #68753B; }

 a { background-color: rgb(104,117,59); }

 div.DivClassName
 {
   background-color: #68753B;
 }
 .BgClassName
 {
   background-color: #68753B;
 }
</style>
border-color css

<style>
 span { border-color: #68753B; }

 span { border-color: rgb(104,117,59); }

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