#6A722B

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

Shades of Rain Forest #6A722B

Tints of Rain Forest #6A722B

Color information

#6A722B (or 0x6A722B) is unknown color: approx Rain Forest. HEX triplet: 6A, 72 and 2B. RGB value is (106,114,43). Sum of RGB (Red+Green+Blue) = 106+114+43=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #6A722B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A722B is #958DD4. Grayscale: #676767. Windows color (decimal): -9801173 or 2847338. OLE color: 2847338.

HSL color Cylindrical-coordinate representation of color #6A722B: hue angle of 66.76º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A722B is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB10611443-
CMYK0.0700.620.55
HSL66.76º45.22%30.78%-
HSV(B)66.76º62.28%44.71%-
XYZ12.415.274.58-
YUV103.5193.85129.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.30%
GREEN value IS 114 (44.92% from 255) = 43.35%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=40.30%
G=43.35%
B=16.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106114430.0700.620.5566.7645.2230.78
Hex6A722B703E37432d1f
Octal152162537076671035537
Binary110101011100101010111110111110110111100001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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