#69773C

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

Shades of Woodland #69773C

Tints of Woodland #69773C

Color information

#69773C (or 0x69773C) is unknown color: approx Woodland. HEX triplet: 69, 77 and 3C. RGB value is (105,119,60). Sum of RGB (Red+Green+Blue) = 105+119+60=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #69773C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69773C is #9688C3. Grayscale: #6C6C6C. Windows color (decimal): -9865412 or 3962729. OLE color: 3962729.

HSL color Cylindrical-coordinate representation of color #69773C: hue angle of 74.24º degrees, saturation: 0.33, 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 #69773C is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB10511960-
CMYK0.1200.500.53
HSL74.24º32.96%35.1%-
HSV(B)74.24º49.58%46.67%-
XYZ13.2416.526.77-
YUV108.09100.86125.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 60 (23.83% from 255) = 21.13%
R=36.97%
G=41.90%
B=21.13%

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
Decimal105119600.1200.500.5374.2432.9635.1
Hex69773CC032354a2123
Octal1511677414062651124143
Binary11010011110111111100110001100101101011001010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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