#6A7127

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

Shades of Rain Forest #6A7127

Tints of Rain Forest #6A7127

Color information

#6A7127 (or 0x6A7127) is unknown color: approx Rain Forest. HEX triplet: 6A, 71 and 27. RGB value is (106,113,39). Sum of RGB (Red+Green+Blue) = 106+113+39=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7127 is #958ED8. Grayscale: #666666. Windows color (decimal): -9801433 or 2584938. OLE color: 2584938.

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

Color convert

RGB10611339-
CMYK0.0600.650.56
HSL65.68º48.68%29.8%-
HSV(B)65.68º65.49%44.31%-
XYZ12.2215.024.17-
YUV102.4792.18130.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.09%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 39 (15.62% from 255) = 15.12%
R=41.09%
G=43.80%
B=15.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113390.0600.650.5665.6848.6829.8
Hex6A712760413842311e
Octal1521614760101701026136
Binary1101010111000110011111001000001111000100001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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