#6A7031

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

Shades of Rain Forest #6A7031

Tints of Rain Forest #6A7031

Color information

#6A7031 (or 0x6A7031) is unknown color: approx Rain Forest. HEX triplet: 6A, 70 and 31. RGB value is (106,112,49). Sum of RGB (Red+Green+Blue) = 106+112+49=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7031 is #958FCE. Grayscale: #676767. Windows color (decimal): -9801679 or 3240042. OLE color: 3240042.

HSL color Cylindrical-coordinate representation of color #6A7031: hue angle of 65.71º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A7031 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB10611249-
CMYK0.0500.560.56
HSL65.71º39.13%31.57%-
HSV(B)65.71º56.25%43.92%-
XYZ12.2914.875.13-
YUV103.0297.51130.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.70%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=39.70%
G=41.95%
B=18.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106112490.0500.560.5665.7139.1331.57
Hex6A7031503838422720
Octal152160615070701024740
Binary1101010111000011000110101110001110001000010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,112,49); }

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

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

 a { background-color: rgb(106,112,49); }

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

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

 span { border-color: rgb(106,112,49); }

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