#6A752D

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

Shades of Rain Forest #6A752D

Tints of Rain Forest #6A752D

Color information

#6A752D (or 0x6A752D) is unknown color: approx Rain Forest. HEX triplet: 6A, 75 and 2D. RGB value is (106,117,45). Sum of RGB (Red+Green+Blue) = 106+117+45=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #6A752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A752D is #958AD2. Grayscale: #696969. Windows color (decimal): -9800403 or 2979178. OLE color: 2979178.

HSL color Cylindrical-coordinate representation of color #6A752D: hue angle of 69.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A752D is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB10611745-
CMYK0.0900.620.54
HSL69.17º44.44%31.76%-
HSV(B)69.17º61.54%45.88%-
XYZ12.7815.984.89-
YUV105.593.86128.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.55%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=39.55%
G=43.66%
B=16.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106117450.0900.620.5469.1744.4431.76
Hex6A752D903E36452c20
Octal1521655511076661055440
Binary11010101110101101101100101111101101101000101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,117,45); }

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

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

 a { background-color: rgb(106,117,45); }

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

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

 span { border-color: rgb(106,117,45); }

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