#6A7B2B

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

Shades of Rain Forest #6A7B2B

Tints of Rain Forest #6A7B2B

Color information

#6A7B2B (or 0x6A7B2B) is unknown color: approx Rain Forest. HEX triplet: 6A, 7B and 2B. RGB value is (106,123,43). Sum of RGB (Red+Green+Blue) = 106+123+43=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7B2B is #9584D4. Grayscale: #6D6D6D. Windows color (decimal): -9798869 or 2849642. OLE color: 2849642.

HSL color Cylindrical-coordinate representation of color #6A7B2B: hue angle of 72.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A7B2B is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB10612343-
CMYK0.1400.650.52
HSL72.75º48.19%32.55%-
HSV(B)72.75º65.04%48.24%-
XYZ13.4617.44.94-
YUV108.890.87126-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.97%
GREEN value IS 123 (48.44% from 255) = 45.22%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=38.97%
G=45.22%
B=15.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106123430.1400.650.5272.7548.1932.55
Hex6A7B2BE04134493021
Octal15217353160101641116041
Binary110101011110111010111110010000011101001001001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,123,43); }

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

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

 a { background-color: rgb(106,123,43); }

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

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

 span { border-color: rgb(106,123,43); }

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