#69773B

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

Shades of Woodland #69773B

Tints of Woodland #69773B

Color information

#69773B (or 0x69773B) is unknown color: approx Woodland. HEX triplet: 69, 77 and 3B. RGB value is (105,119,59). Sum of RGB (Red+Green+Blue) = 105+119+59=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #69773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69773B is #9688C4. Grayscale: #6C6C6C. Windows color (decimal): -9865413 or 3897193. OLE color: 3897193.

HSL color Cylindrical-coordinate representation of color #69773B: hue angle of 74º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69773B is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB10511959-
CMYK0.1200.500.53
HSL74º33.71%34.9%-
HSV(B)74º50.42%46.67%-
XYZ13.2116.516.63-
YUV107.97100.36125.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 59 (23.44% from 255) = 20.85%
R=37.10%
G=42.05%
B=20.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119590.1200.500.537433.7134.9
Hex69773BC032354a2223
Octal1511677314062651124243
Binary11010011110111111011110001100101101011001010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,119,59); }

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

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

 a { background-color: rgb(105,119,59); }

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

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

 span { border-color: rgb(105,119,59); }

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