#6A7026

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

Shades of Rain Forest #6A7026

Tints of Rain Forest #6A7026

Color information

#6A7026 (or 0x6A7026) is unknown color: approx Rain Forest. HEX triplet: 6A, 70 and 26. RGB value is (106,112,38). Sum of RGB (Red+Green+Blue) = 106+112+38=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7026 is #958FD9. Grayscale: #666666. Windows color (decimal): -9801690 or 2519146. OLE color: 2519146.

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

Color convert

RGB10611238-
CMYK0.0500.660.56
HSL64.86º49.33%29.41%-
HSV(B)64.86º66.07%43.92%-
XYZ12.0914.794.05-
YUV101.7792.01131.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=41.41%
G=43.75%
B=14.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106112380.0500.660.5664.8649.3329.41
Hex6A702650423841311d
Octal1521604650102701016135
Binary1101010111000010011010101000010111000100000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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