#6A7328

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

Shades of Rain Forest #6A7328

Tints of Rain Forest #6A7328

Color information

#6A7328 (or 0x6A7328) is unknown color: approx Rain Forest. HEX triplet: 6A, 73 and 28. RGB value is (106,115,40). Sum of RGB (Red+Green+Blue) = 106+115+40=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7328 is #958CD7. Grayscale: #686868. Windows color (decimal): -9800920 or 2650986. OLE color: 2650986.

HSL color Cylindrical-coordinate representation of color #6A7328: hue angle of 67.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A7328 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB10611540-
CMYK0.0800.650.55
HSL67.2º48.39%30.39%-
HSV(B)67.2º65.22%45.1%-
XYZ12.4615.484.34-
YUV103.7692.02129.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.61%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 40 (16.02% from 255) = 15.33%
R=40.61%
G=44.06%
B=15.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106115400.0800.650.5567.248.3930.39
Hex6A732880413743301e
Octal15216350100101671036036
Binary11010101110011101000100001000001110111100001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,115,40); }

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

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

 a { background-color: rgb(106,115,40); }

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

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

 span { border-color: rgb(106,115,40); }

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