#6A7133

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

Shades of Rain Forest #6A7133

Tints of Rain Forest #6A7133

Color information

#6A7133 (or 0x6A7133) is unknown color: approx Rain Forest. HEX triplet: 6A, 71 and 33. RGB value is (106,113,51). Sum of RGB (Red+Green+Blue) = 106+113+51=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7133 is #958ECC. Grayscale: #686868. Windows color (decimal): -9801421 or 3371370. OLE color: 3371370.

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

Color convert

RGB10611351-
CMYK0.0600.550.56
HSL66.77º37.8%32.16%-
HSV(B)66.77º54.87%44.31%-
XYZ12.4515.115.39-
YUV103.8498.18129.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=39.26%
G=41.85%
B=18.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113510.0600.550.5666.7737.832.16
Hex6A7133603738432620
Octal152161636067701034640
Binary1101010111000111001111001101111110001000011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,113,51); }

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

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

 a { background-color: rgb(106,113,51); }

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

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

 span { border-color: rgb(106,113,51); }

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