#6A7C33

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

Shades of Rain Forest #6A7C33

Tints of Rain Forest #6A7C33

Color information

#6A7C33 (or 0x6A7C33) is unknown color: approx Rain Forest. HEX triplet: 6A, 7C and 33. RGB value is (106,124,51). Sum of RGB (Red+Green+Blue) = 106+124+51=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7C33 is #9583CC. Grayscale: #6E6E6E. Windows color (decimal): -9798605 or 3374186. OLE color: 3374186.

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

Color convert

RGB10612451-
CMYK0.1500.590.51
HSL74.79º41.71%34.31%-
HSV(B)74.79º58.87%48.63%-
XYZ13.7517.725.83-
YUV110.394.54124.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 124 (48.83% from 255) = 44.13%
BLUE value IS 51 (20.31% from 255) = 18.15%
R=37.72%
G=44.13%
B=18.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106124510.1500.590.5174.7941.7134.31
Hex6A7C33F03B334b2a22
Octal1521746317073631135242
Binary11010101111100110011111101110111100111001011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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