#6A7934

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

Shades of Rain Forest #6A7934

Tints of Rain Forest #6A7934

Color information

#6A7934 (or 0x6A7934) is unknown color: approx Rain Forest. HEX triplet: 6A, 79 and 34. RGB value is (106,121,52). Sum of RGB (Red+Green+Blue) = 106+121+52=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7934 is #9586CB. Grayscale: #6C6C6C. Windows color (decimal): -9799372 or 3438954. OLE color: 3438954.

HSL color Cylindrical-coordinate representation of color #6A7934: hue angle of 73.04º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A7934 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB10612152-
CMYK0.1200.570.53
HSL73.04º39.88%33.92%-
HSV(B)73.04º57.02%47.45%-
XYZ13.416.995.82-
YUV108.6596.03126.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.99%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=37.99%
G=43.37%
B=18.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106121520.1200.570.5373.0439.8833.92
Hex6A7934C03935492822
Octal1521716414071651115042
Binary11010101111001110100110001110011101011001001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,121,52); }

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

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

 a { background-color: rgb(106,121,52); }

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

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

 span { border-color: rgb(106,121,52); }

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