#6A753F

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

Shades of Woodland #6A753F

Tints of Woodland #6A753F

Color information

#6A753F (or 0x6A753F) is unknown color: approx Woodland. HEX triplet: 6A, 75 and 3F. RGB value is (106,117,63). Sum of RGB (Red+Green+Blue) = 106+117+63=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #6A753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A753F is #958AC0. Grayscale: #6B6B6B. Windows color (decimal): -9800385 or 4158826. OLE color: 4158826.

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

Color convert

RGB10611763-
CMYK0.0900.460.54
HSL72.22º30%35.29%-
HSV(B)72.22º46.15%45.88%-
XYZ13.216.157.12-
YUV107.56102.86126.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 63 (25% from 255) = 22.03%
R=37.06%
G=40.91%
B=22.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106117630.0900.460.5472.223035.29
Hex6A753F902E36481e23
Octal1521657711056661103643
Binary1101010111010111111110010101110110110100100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A753F; }

 p { color: rgb(106,117,63); }

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

<style>
 a { background-color: #6A753F; }

 a { background-color: rgb(106,117,63); }

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

<style>
 span { border-color: #6A753F; }

 span { border-color: rgb(106,117,63); }

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