#6a7b36

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

Shades of Rain Forest #6A7B36

Tints of Rain Forest #6A7B36

Color information

#6A7B36 (or 0x6A7B36) is unknown color: approx Rain Forest. HEX triplet: 6A, 7B and 36. RGB value is (106,123,54). Sum of RGB (Red+Green+Blue) = 106+123+54=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7B36 is #9584C9. Grayscale: #6E6E6E. Windows color (decimal): -9798858 or 3570538. OLE color: 3570538.

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

Color convert

RGB10612354-
CMYK0.1400.560.52
HSL74.78º38.98%34.71%-
HSV(B)74.78º56.1%48.24%-
XYZ13.6917.56.15-
YUV110.0596.37125.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.46%
GREEN value IS 123 (48.44% from 255) = 43.46%
BLUE value IS 54 (21.48% from 255) = 19.08%
R=37.46%
G=43.46%
B=19.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106123540.1400.560.5274.7838.9834.71
Hex6A7B36E038344b2723
Octal1521736616070641134743
Binary11010101111011110110111001110001101001001011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a7b36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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