#6B7826

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

Shades of Rain Forest #6B7826

Tints of Rain Forest #6B7826

Color information

#6B7826 (or 0x6B7826) is unknown color: approx Rain Forest. HEX triplet: 6B, 78 and 26. RGB value is (107,120,38). Sum of RGB (Red+Green+Blue) = 107+120+38=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7826 is #9487D9. Grayscale: #6B6B6B. Windows color (decimal): -9734106 or 2521195. OLE color: 2521195.

HSL color Cylindrical-coordinate representation of color #6B7826: hue angle of 69.51º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B7826 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB10712038-
CMYK0.1100.680.53
HSL69.51º51.9%30.98%-
HSV(B)69.51º68.33%47.06%-
XYZ13.1316.74.36-
YUV106.7689.19128.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.38%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=40.38%
G=45.28%
B=14.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107120380.1100.680.5369.5151.930.98
Hex6B7826B0443546341f
Octal15317046130104651066437
Binary11010111111000100110101101000100110101100011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,120,38); }

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

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

 a { background-color: rgb(107,120,38); }

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

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

 span { border-color: rgb(107,120,38); }

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