#69703D

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

Shades of Woodland #69703D

Tints of Woodland #69703D

Color information

#69703D (or 0x69703D) is unknown color: approx Woodland. HEX triplet: 69, 70 and 3D. RGB value is (105,112,61). Sum of RGB (Red+Green+Blue) = 105+112+61=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #69703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69703D is #968FC2. Grayscale: #686868. Windows color (decimal): -9867203 or 4026473. OLE color: 4026473.

HSL color Cylindrical-coordinate representation of color #69703D: hue angle of 68.24º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69703D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB10511261-
CMYK0.0600.460.56
HSL68.24º29.48%33.92%-
HSV(B)68.24º45.54%43.92%-
XYZ12.4614.936.64-
YUV104.09103.68128.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.77%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 61 (24.22% from 255) = 21.94%
R=37.77%
G=40.29%
B=21.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112610.0600.460.5668.2429.4833.92
Hex69703D602E38441d22
Octal151160756056701043542
Binary110100111100001111011100101110111000100010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,112,61); }

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

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

 a { background-color: rgb(105,112,61); }

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

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

 span { border-color: rgb(105,112,61); }

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