#69743F

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

Shades of Woodland #69743F

Tints of Woodland #69743F

Color information

#69743F (or 0x69743F) is unknown color: approx Woodland. HEX triplet: 69, 74 and 3F. RGB value is (105,116,63). Sum of RGB (Red+Green+Blue) = 105+116+63=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #69743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69743F is #968BC0. Grayscale: #6A6A6A. Windows color (decimal): -9866177 or 4158569. OLE color: 4158569.

HSL color Cylindrical-coordinate representation of color #69743F: hue angle of 72.45º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69743F is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB10511663-
CMYK0.0900.460.55
HSL72.45º29.61%35.1%-
HSV(B)72.45º45.69%45.49%-
XYZ12.9715.857.08-
YUV106.67103.36126.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 63 (25% from 255) = 22.18%
R=36.97%
G=40.85%
B=22.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116630.0900.460.5572.4529.6135.1
Hex69743F902E37481e23
Octal1511647711056671103643
Binary1101001111010011111110010101110110111100100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69743F; }

 p { color: rgb(105,116,63); }

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

<style>
 a { background-color: #69743F; }

 a { background-color: rgb(105,116,63); }

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

<style>
 span { border-color: #69743F; }

 span { border-color: rgb(105,116,63); }

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