#69773F

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

Shades of Woodland #69773F

Tints of Woodland #69773F

Color information

#69773F (or 0x69773F) is unknown color: approx Woodland. HEX triplet: 69, 77 and 3F. RGB value is (105,119,63). Sum of RGB (Red+Green+Blue) = 105+119+63=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #69773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69773F is #9688C0. Grayscale: #6C6C6C. Windows color (decimal): -9865409 or 4159337. OLE color: 4159337.

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

Color convert

RGB10511963-
CMYK0.1200.470.53
HSL75º30.77%35.69%-
HSV(B)75º47.06%46.67%-
XYZ13.3216.567.2-
YUV108.43102.36125.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 63 (25% from 255) = 21.95%
R=36.59%
G=41.46%
B=21.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119630.1200.470.537530.7735.69
Hex69773FC02F354b1f24
Octal1511677714057651133744
Binary1101001111011111111111000101111110101100101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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