#6A7C36

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

Shades of Rain Forest #6A7C36

Tints of Rain Forest #6A7C36

Color information

#6A7C36 (or 0x6A7C36) is unknown color: approx Rain Forest. HEX triplet: 6A, 7C and 36. RGB value is (106,124,54). Sum of RGB (Red+Green+Blue) = 106+124+54=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7C36 is #9583C9. Grayscale: #6E6E6E. Windows color (decimal): -9798602 or 3570794. OLE color: 3570794.

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

Color convert

RGB10612454-
CMYK0.1500.560.51
HSL75.43º39.33%34.9%-
HSV(B)75.43º56.45%48.63%-
XYZ13.8217.756.19-
YUV110.6496.04124.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 124 (48.83% from 255) = 43.66%
BLUE value IS 54 (21.48% from 255) = 19.01%
R=37.32%
G=43.66%
B=19.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106124540.1500.560.5175.4339.3334.9
Hex6A7C36F038334b2723
Octal1521746617070631134743
Binary11010101111100110110111101110001100111001011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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